Explorar el Código

修改测试环境配置文件

tianboguang hace 2 años
padre
commit
a0a3b7108d
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      src/main/resources/bootstrap-test.yml

+ 9 - 0
src/main/resources/bootstrap-test.yml

@@ -20,6 +20,10 @@ spring:
             group: DEFAULT_GROUP
             refresh: true
 
+          - data-id: common-db-config.yaml
+            group: DEFAULT_GROUP
+            refresh: true
+
           - data-id: common-scaling.yaml
             group: DEFAULT_GROUP
             refresh: true
@@ -28,6 +32,11 @@ spring:
             group: DEFAULT_GROUP
             refresh: true
 
+          - data-id: common-fyun-config.yaml
+            group: DEFAULT_GROUP
+            refresh: true
+
+
 #management:
 #  endpoints:
 #    web: