|
@@ -59,7 +59,7 @@ spring:
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
platform: mysql
|
|
|
- url: jdbc:mysql://192.168.2.236:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://192.168.100.157:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
username: root
|
|
|
password: lantone
|
|
|
# 连接池的配置信息
|
|
@@ -111,8 +111,8 @@ spring:
|
|
|
database:
|
|
|
cache: 8 # cache索引
|
|
|
token: 8 # Token索引
|
|
|
- host: 192.168.2.236 #Redis服务器地址
|
|
|
- port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
+ host: 192.168.100.157 #Redis服务器地址
|
|
|
+ port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
|
lettuce:
|
|
|
pool:
|
|
@@ -161,11 +161,11 @@ io.github.lvyahui8.spring:
|
|
|
|
|
|
myhost: localhost
|
|
|
oath.self.address: http://${myhost}:${server.port}
|
|
|
-qc.address: http://192.168.2.232:6009
|
|
|
+qc.address: http://192.168.100.157:6009
|
|
|
|
|
|
# 加解密开关
|
|
|
encrypt:
|
|
|
- enable: true
|
|
|
+ enable: false
|
|
|
|
|
|
swagger:
|
|
|
enable: true
|