فهرست منبع

nacos配置立即更新

penghao 3 ماه پیش
والد
کامیت
361f107a79

+ 1 - 0
alien-gateway/src/main/resources/bootstrap-dev.yml

@@ -13,6 +13,7 @@ spring:
       #配置中心
       config:
         enabled: true
+        refresh-enabled: true
         server-addr: 8.130.79.5:8848
         username: nacos
         password: Alien123456

+ 1 - 0
alien-gateway/src/main/resources/bootstrap-prod.yml

@@ -14,6 +14,7 @@ spring:
       #配置中心
       config:
         enabled: true
+        refresh-enabled: true
         server-addr: localhost:8848
         username: nacos
         password: ngfriend198092

+ 1 - 0
alien-gateway/src/main/resources/bootstrap-test.yml

@@ -14,6 +14,7 @@ spring:
       #配置中心
       config:
         enabled: true
+        refresh-enabled: true
         server-addr: 8.130.79.5:8848
         username: nacos
         password: Alien123456

+ 1 - 0
alien-gateway/src/main/resources/bootstrap-uat.yml

@@ -14,6 +14,7 @@ spring:
       #配置中心
       config:
         enabled: true
+        refresh-enabled: true
         server-addr: localhost:8848
         username: nacos
         password: ngfriend198092

+ 1 - 0
alien-store/src/main/resources/bootstrap-dev.yml

@@ -13,6 +13,7 @@ spring:
       #配置中心
       config:
         enabled: true
+        refresh-enabled: true
         server-addr: 8.130.79.5:8848
         username: nacos
         password: Alien123456

+ 1 - 0
alien-store/src/main/resources/bootstrap-prod.yml

@@ -14,6 +14,7 @@ spring:
       #配置中心
       config:
         enabled: true
+        refresh-enabled: true
         server-addr: localhost:8848
         username: nacos
         password: ngfriend198092

+ 1 - 0
alien-store/src/main/resources/bootstrap-test.yml

@@ -14,6 +14,7 @@ spring:
       #配置中心
       config:
         enabled: true
+        refresh-enabled: true
         server-addr: 8.130.79.5:8848
         username: nacos
         password: Alien123456

+ 1 - 0
alien-store/src/main/resources/bootstrap-uat.yml

@@ -14,6 +14,7 @@ spring:
       #配置中心
       config:
         enabled: true
+        refresh-enabled: true
         server-addr: localhost:8848
         username: nacos
         password: ngfriend198092