Browse Source

日志动态目录,nacos添加nase.yaml统一管理配置

zouxuan 1 year ago
parent
commit
e4d245aad7

+ 1 - 0
cooleshow-cms/src/main/resources/bootstrap-pre.yml

@@ -11,4 +11,5 @@ spring:
         refresh-enabled: true
         shared-configs:
           - data-id: base.yaml
+          - data-id: base-pre.yaml
             refresh: true

+ 1 - 0
cooleshow-cms/src/main/resources/bootstrap-prod.yml

@@ -11,4 +11,5 @@ spring:
         refresh-enabled: true
         shared-configs:
           - data-id: base.yaml
+          - data-id: base-prod.yaml
             refresh: true