From c30b0597c3ea882dca80df67bae9e30b21b35158 Mon Sep 17 00:00:00 2001 From: huanghongfa <18228131219@163.com> Date: 星期一, 01 二月 2021 10:34:01 +0800 Subject: [PATCH] bug --- springcloud_k8s_panzhihuazhihuishequ/applets/src/main/resources/bootstrap.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/resources/bootstrap.yml b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/resources/bootstrap.yml index 17c8290..4705443 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/resources/bootstrap.yml +++ b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/resources/bootstrap.yml @@ -17,7 +17,7 @@ eureka: client: service-url: - defaultZone: http://localhost:8192/eureka/ + defaultZone: http://${EUREKA_URL:localhost}:8192/eureka wx: miniapp: -- Gitblit v1.7.1