|
@@ -7,9 +7,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://118.31.77.177:3306/sys-xlcs?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
|
|
|
|
|
|
+ url: jdbc:mysql://121.199.175.124:3306/sys-xlcs?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
|
|
username: root
|
|
username: root
|
|
- password: langtong
|
|
|
|
|
|
+ password: LanT0ne@2021
|
|
# 连接池的配置信息
|
|
# 连接池的配置信息
|
|
# 初始化大小,最小,最大
|
|
# 初始化大小,最小,最大
|
|
initialSize: 5
|
|
initialSize: 5
|
|
@@ -59,10 +59,10 @@ spring:
|
|
|
|
|
|
#mq
|
|
#mq
|
|
rabbitmq:
|
|
rabbitmq:
|
|
- host: 192.168.2.122
|
|
|
|
|
|
+ host: 121.199.175.124
|
|
port: 5672
|
|
port: 5672
|
|
username: lantone
|
|
username: lantone
|
|
- password: lantone
|
|
|
|
|
|
+ password: Lant0ne
|
|
publisher-confirms: true
|
|
publisher-confirms: true
|
|
virtual-host: /
|
|
virtual-host: /
|
|
|
|
|