Commit 5650909f authored by fangxinjiang's avatar fangxinjiang

生产redis+seata调整更新-fxj

parent 1d8fb473
...@@ -28,7 +28,7 @@ seata: ...@@ -28,7 +28,7 @@ seata:
enable-degrade: false # 降级开关 enable-degrade: false # 降级开关
disable-global-transaction: false # 禁用全局事务(默认false) disable-global-transaction: false # 禁用全局事务(默认false)
grouplist: grouplist:
default: 192.168.0.153:33091 default: 192.168.0.222:33091
transport: transport:
shutdown: shutdown:
wait: 3 wait: 3
......
...@@ -23,7 +23,7 @@ spring: ...@@ -23,7 +23,7 @@ spring:
activate: activate:
on-profile: prd on-profile: prd
redis: redis:
host: 192.168.0.153 host: 192.168.0.222
port: 22379 port: 22379
password: '@yf_2022' password: '@yf_2022'
## spring security 配置 ## spring security 配置
......
...@@ -135,7 +135,7 @@ seata: ...@@ -135,7 +135,7 @@ seata:
enable-degrade: false # 降级开关 enable-degrade: false # 降级开关
disable-global-transaction: false # 禁用全局事务(默认false) disable-global-transaction: false # 禁用全局事务(默认false)
grouplist: grouplist:
default: 192.168.0.153:33091 default: 192.168.0.222:33091
transport: transport:
shutdown: shutdown:
wait: 3 wait: 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment