|
@@ -7,7 +7,7 @@ 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://101.37.151.162:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
|
|
|
|
|
|
+ url: jdbc:mysql://192.168.2.238:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
|
|
username: root
|
|
username: root
|
|
password: langtong
|
|
password: langtong
|
|
# 连接池的配置信息
|
|
# 连接池的配置信息
|
|
@@ -65,7 +65,7 @@ spring:
|
|
|
|
|
|
#mq
|
|
#mq
|
|
rabbitmq:
|
|
rabbitmq:
|
|
- host: 101.37.151.162
|
|
|
|
|
|
+ host: localhost
|
|
port: 5672
|
|
port: 5672
|
|
username: guest
|
|
username: guest
|
|
password: guest
|
|
password: guest
|
|
@@ -75,9 +75,9 @@ spring:
|
|
#redis
|
|
#redis
|
|
redis:
|
|
redis:
|
|
database:
|
|
database:
|
|
- cache: 15 # Redis缓存索引
|
|
|
|
- host: 101.37.151.162 #Redis服务器地址
|
|
|
|
- port: 6379 # Redis服务器连接端口
|
|
|
|
|
|
+ cache: 5 # Redis缓存索引
|
|
|
|
+ host: 192.168.2.236 #Redis服务器地址
|
|
|
|
+ port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
lettuce:
|
|
lettuce:
|
|
pool:
|
|
pool:
|