From d947c817e03b15239473b0aedc344d91902ff29a Mon Sep 17 00:00:00 2001 From: Romesum Date: Wed, 29 Apr 2020 14:20:10 +0800 Subject: [PATCH] =?UTF-8?q?[feat][M]:=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/src/main/resources/application.properties b/java/src/main/resources/application.properties index ed42fa4..0aaf2ac 100644 --- a/java/src/main/resources/application.properties +++ b/java/src/main/resources/application.properties @@ -1,12 +1,12 @@ server.tomcat.uri-encoding=UTF-8 -server.servlet.context-path=/booking +server.servlet.context-path=/lb server.port=8080 ### mysql连接信息 -spring.datasource.url=jdbc:mysql://127.0.0.1:3306/bookingsystem?characterEncoding=utf-8&serverTimezone=UTC +spring.datasource.url=jdbc:mysql://127.0.0.1:3306/lab_booking?characterEncoding=utf-8&serverTimezone=UTC ### 用户名 spring.datasource.username=root ### 密码 -spring.datasource.password=hzuedu03 +spring.datasource.password=123456 ### 驱动 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver \ No newline at end of file