|
@@ -61,9 +61,9 @@ spring:
|
|
druid:
|
|
druid:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
platform: mysql
|
|
platform: mysql
|
|
- url: jdbc:mysql://192.168.2.126:3307/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
|
|
|
+ url: jdbc:mysql://192.168.2.237:3307/qc_wenfuyi?useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
username: root
|
|
username: root
|
|
- password: Lat0ne@tesT
|
|
|
|
|
|
+ password: lantone
|
|
# 连接池的配置信息
|
|
# 连接池的配置信息
|
|
# 初始化大小,最小,最大
|
|
# 初始化大小,最小,最大
|
|
initialSize: 5
|
|
initialSize: 5
|
|
@@ -166,7 +166,7 @@ oath.self.address: http://${myhost}:${server.port}
|
|
|
|
|
|
# 加解密开关
|
|
# 加解密开关
|
|
encrypt:
|
|
encrypt:
|
|
- enable: false
|
|
|
|
|
|
+ enable: true
|
|
|
|
|
|
swagger:
|
|
swagger:
|
|
enable: true
|
|
enable: true
|
|
@@ -183,4 +183,4 @@ initmodeid:
|
|
log_switch:
|
|
log_switch:
|
|
enable: true
|
|
enable: true
|
|
|
|
|
|
-appeal.address: http://192.168.2.237:8871
|
|
|
|
|
|
+appeal.address: http://192.168.2.237:8871
|