liujc 1 年之前
父节点
当前提交
ee51281eee

+ 3 - 0
cooleshow-app/src/main/resources/bootstrap-pre.yml

@@ -10,3 +10,6 @@ spring:
         refresh:
           enabled: true
         enabled: true
+        shared-configs:
+          - data-id: base.yaml
+            refresh: true

+ 3 - 0
cooleshow-app/src/main/resources/bootstrap-prod.yml

@@ -10,3 +10,6 @@ spring:
         refresh:
           enabled: true
         enabled: true
+        shared-configs:
+          - data-id: base.yaml
+            refresh: true

+ 3 - 0
cooleshow-app/src/main/resources/bootstrap-test.yml

@@ -10,4 +10,7 @@ spring:
         refresh:
           enabled: true
         enabled: true
+        shared-configs:
+          - data-id: base.yaml
+            refresh: true