From b0e46351e127d226ff6ed40af62fefa4db3add2f Mon Sep 17 00:00:00 2001 From: ajaxfan <909938737@qq.com> Date: Fri, 27 Nov 2020 10:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86seata=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall-ebtp-cloud-seata-starter/src/main/resources/registry.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mall-ebtp-cloud-seata-starter/src/main/resources/registry.conf b/mall-ebtp-cloud-seata-starter/src/main/resources/registry.conf index 4694f23..d291bc7 100644 --- a/mall-ebtp-cloud-seata-starter/src/main/resources/registry.conf +++ b/mall-ebtp-cloud-seata-starter/src/main/resources/registry.conf @@ -2,7 +2,7 @@ registry { type = "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" weight = "1" }