修改了seata的配置文件

This commit is contained in:
ajaxfan
2020-11-27 10:02:00 +08:00
parent c2c378c411
commit b0e46351e1

View File

@ -2,7 +2,7 @@ registry {
type = "eureka" type = "eureka"
eureka { eureka {
serviceUrl = "http://192.168.40.17:12093/eureka/,http://192.168.40.17:18126/eureka/,http://192.168.40.17:28641/eureka/" serviceUrl = "http://192.168.1.103:8761/eureka/"
application = "default" application = "default"
weight = "1" weight = "1"
} }