Commit f7ceaf9c authored by fangxinjiang's avatar fangxinjiang

init

parent ceeaa57b
......@@ -28,7 +28,7 @@ seata:
enable-degrade: false # 降级开关
disable-global-transaction: false # 禁用全局事务(默认false)
grouplist:
default: yifu-seata:8091
default: 127.0.0.1:8091
transport:
shutdown:
wait: 3
......
......@@ -49,7 +49,7 @@ spring:
# 数据源配置
spring:
redis:
host: yifu-redis
host: 127.0.0.1
password: '@yf_2017'
datasource:
type: com.zaxxer.hikari.HikariDataSource
......@@ -65,7 +65,8 @@ spring:
# 数据源配置
spring:
redis:
host: yifu-redis
host: 192.168.1.65
port: 22379
password: '@yf_2017'
datasource:
type: com.zaxxer.hikari.HikariDataSource
......
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