Commit f7ceaf9c authored by fangxinjiang's avatar fangxinjiang

init

parent ceeaa57b
...@@ -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: yifu-seata:8091 default: 127.0.0.1:8091
transport: transport:
shutdown: shutdown:
wait: 3 wait: 3
......
...@@ -49,7 +49,7 @@ spring: ...@@ -49,7 +49,7 @@ spring:
# 数据源配置 # 数据源配置
spring: spring:
redis: redis:
host: yifu-redis host: 127.0.0.1
password: '@yf_2017' password: '@yf_2017'
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
...@@ -65,7 +65,8 @@ spring: ...@@ -65,7 +65,8 @@ spring:
# 数据源配置 # 数据源配置
spring: spring:
redis: redis:
host: yifu-redis host: 192.168.1.65
port: 22379
password: '@yf_2017' password: '@yf_2017'
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource 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