From 7ecd13a4cae6f2a3aa54e11ac98f15e46425e2b7 Mon Sep 17 00:00:00 2001 From: istars Date: Tue, 15 Jan 2019 14:40:18 +0800 Subject: [PATCH] =?UTF-8?q?@Select=E6=A8=A1=E7=B3=8A=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=B7=B2=E8=A7=A3=E5=86=B3=EF=BC=8C=E5=A2=9E=E5=8A=A0SearchCon?= =?UTF-8?q?troller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/src/main/resources/application.yml b/demo/src/main/resources/application.yml index 2f7a0fa..ac10c80 100644 --- a/demo/src/main/resources/application.yml +++ b/demo/src/main/resources/application.yml @@ -1,8 +1,8 @@ spring: mvc: view: - prefix: /WEB-INF/views/ - suffix: .jsp + prefix: + suffix: .html datasource: url: jdbc:mysql://localhost:3306/loan?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8 username: root