@@ -111,7 +111,7 @@ spring:
database:
cache: 8 # cache索引
token: 8 # Token索引
- host: 192.168.2.122 #Redis服务器地址
+ host: 172.16.203.210 #Redis服务器地址
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
password: lantone # Redis服务器连接密码(默认为空)
lettuce:
@@ -2,7 +2,7 @@ spring:
application:
name: mrqc-sys
profiles:
- active: pre
+ active: pro
main:
allow-bean-definition-overriding: true