|
@@ -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://192.168.2.236:3306/sys-tran?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
|
|
|
|
|
|
+ url: jdbc:mysql://192.168.2.238:3306/sys-tran?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
|
|
username: root
|
|
username: root
|
|
- password: lantone
|
|
|
|
|
|
+ password: langtong
|
|
# 连接池的配置信息
|
|
# 连接池的配置信息
|
|
# 初始化大小,最小,最大
|
|
# 初始化大小,最小,最大
|
|
initialSize: 5
|
|
initialSize: 5
|
|
@@ -61,8 +61,8 @@ spring:
|
|
rabbitmq:
|
|
rabbitmq:
|
|
host: localhost
|
|
host: localhost
|
|
port: 5672
|
|
port: 5672
|
|
- username: guest
|
|
|
|
- password: guest
|
|
|
|
|
|
+ username: lantone
|
|
|
|
+ password: lantone
|
|
publisher-confirms: true
|
|
publisher-confirms: true
|
|
virtual-host: /
|
|
virtual-host: /
|
|
|
|
|
|
@@ -70,7 +70,7 @@ spring:
|
|
redis:
|
|
redis:
|
|
database:
|
|
database:
|
|
mr: 8 # Redis病历索引
|
|
mr: 8 # Redis病历索引
|
|
- host: 192.168.2.236 #Redis服务器地址
|
|
|
|
|
|
+ host: 192.168.2.238 #Redis服务器地址
|
|
port: 6379 # Redis服务器连接端口
|
|
port: 6379 # Redis服务器连接端口
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
lettuce:
|
|
lettuce:
|