소스 검색

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

zouxuan 1 년 전
부모
커밋
e4d245aad7
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cooleshow-cms/src/main/resources/bootstrap-pre.yml
  2. 1 0
      cooleshow-cms/src/main/resources/bootstrap-prod.yml

+ 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