From df500bf6ee29b3fead5b920ed366230b62a4c7ee Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期三, 22 十一月 2023 09:57:42 +0800 Subject: [PATCH] 1.新增了站点信息查询的接口 2.修改了扬尘已有接口的参数以及sql语句 3.修改了用户登陆接口 --- src/main/resources/application.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f4ff63b..358ae74 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,19 +3,19 @@ ds1: driver-class-name: com.mysql.cj.jdbc.Driver # 鐢熶骇鐜 - url: jdbc:mysql://localhost:3306/fume + url: jdbc:mysql://localhost:3306/fume?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false username: fume password: fume_feiyu2023 -# url: jdbc:mysql://localhost:3306/qianduan_sql +# url: jdbc:mysql://localhost:3306/qianduan_sql?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false # username: root # password: 1234 -# url: jdbc:mysql://localhost:3306/fume +# url: jdbc:mysql://localhost:3306/fume?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false # username: root # password: 123456 -# url: jdbc:mysql://114.215.109.124:3306/fume +# url: jdbc:mysql://114.215.109.124:3306/fume?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false # username: fumeRemote # password: feiyu2023 -- Gitblit v1.9.3