|
@@ -1,13 +1,13 @@
|
|
|
spring:
|
|
|
redis:
|
|
|
- database: 12
|
|
|
- host: 192.168.2.237 # Redis服务器地址
|
|
|
- port: 63791 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
- password: emrais # Redis服务器连接密码(默认为空)
|
|
|
+ database: 8
|
|
|
+ host: 192.168.2.129 # Redis服务器地址
|
|
|
+ port: 6379 # Redis服务器连接端口
|
|
|
+ password: lantone # Redis服务器连接密码(默认为空)
|
|
|
datasource:
|
|
|
druid:
|
|
|
- url: jdbc:mysql://192.168.2.237:3307/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://192.168.2.129:3307/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: lantone
|
|
|
+ password: LangT0ng@122lt
|
|
|
|
|
|
swagger.show: false
|