|
@@ -52,17 +52,17 @@ spring:
|
|
master:
|
|
master:
|
|
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.122:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
|
|
|
+ url: jdbc:mysql://173.18.12.191:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
username: root
|
|
username: root
|
|
- password: lantone
|
|
|
|
|
|
+ password: dsYun8!@#
|
|
druid:
|
|
druid:
|
|
initial-size: 5
|
|
initial-size: 5
|
|
slave:
|
|
slave:
|
|
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.122:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
|
|
|
+ url: jdbc:mysql://173.18.12.191:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
username: root
|
|
username: root
|
|
- password: lantone
|
|
|
|
|
|
+ password: dsYun8!@#
|
|
druid:
|
|
druid:
|
|
initial-size: 5
|
|
initial-size: 5
|
|
|
|
|
|
@@ -75,10 +75,10 @@ spring:
|
|
|
|
|
|
#mq
|
|
#mq
|
|
rabbitmq:
|
|
rabbitmq:
|
|
- host: 192.168.2.122
|
|
|
|
|
|
+ host: 173.18.12.191
|
|
port: 5672
|
|
port: 5672
|
|
- username: lantone
|
|
|
|
- password: lantone
|
|
|
|
|
|
+ username: root
|
|
|
|
+ password: guest
|
|
publisher-confirms: true
|
|
publisher-confirms: true
|
|
virtual-host: /
|
|
virtual-host: /
|
|
|
|
|
|
@@ -86,9 +86,9 @@ spring:
|
|
redis:
|
|
redis:
|
|
database:
|
|
database:
|
|
cache: 8 # cache索引
|
|
cache: 8 # cache索引
|
|
- host: 192.168.2.122 #Redis服务器地址
|
|
|
|
|
|
+ host: 173.18.12.191 #Redis服务器地址
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
- password: lantone # Redis服务器连接密码(默认为空)
|
|
|
|
|
|
+ password: # Redis服务器连接密码(默认为空)
|
|
lettuce:
|
|
lettuce:
|
|
pool:
|
|
pool:
|
|
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
|
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
|
@@ -126,4 +126,4 @@ mybatis-plus:
|
|
map-underscore-to-camel-case: true
|
|
map-underscore-to-camel-case: true
|
|
cache-enabled: false
|
|
cache-enabled: false
|
|
|
|
|
|
-qc.address: http://192.168.2.122:5858
|
|
|
|
|
|
+qc.address: http://173.18.12.192:5858
|