浏览代码

切换数据库不影响线上数据

傅行帆 6 年前
父节点
当前提交
4460315f5e

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/bootstrap.yml 查看文件

@@ -6,7 +6,7 @@ spring:
6 6
   cloud:
7 7
     config:
8 8
       name: application
9
-      profile: dev
9
+      profile: test
10 10
       label: master
11 11
       discovery:
12 12
         enabled: true

+ 1
- 1
CODE/smart-community/mq-message/src/main/resources/bootstrap.yml 查看文件

@@ -6,7 +6,7 @@ spring:
6 6
   cloud:
7 7
     config:
8 8
       name: application
9
-      profile: dev
9
+      profile: test
10 10
       label: master
11 11
       discovery:
12 12
         enabled: true

+ 1
- 1
CODE/smart-community/operate-api/src/main/resources/bootstrap.yml 查看文件

@@ -6,7 +6,7 @@ spring:
6 6
   cloud:
7 7
     config:
8 8
       name: application
9
-      profile: dev
9
+      profile: test
10 10
       label: master
11 11
       discovery:
12 12
         enabled: true

+ 1
- 1
CODE/smart-community/property-api/src/main/resources/bootstrap.yml 查看文件

@@ -6,7 +6,7 @@ spring:
6 6
   cloud:
7 7
     config:
8 8
       name: application
9
-      profile: dev
9
+      profile: test
10 10
       label: master
11 11
 #      uri: http://localhost:7001/
12 12
       discovery:

+ 1
- 1
CODE/smart-community/zuul/src/main/resources/bootstrap.yml 查看文件

@@ -6,7 +6,7 @@ spring:
6 6
   cloud:
7 7
     config:
8 8
       name: zuul
9
-      profile: dev
9
+      profile: test
10 10
       label: master
11 11
 #      uri: http://localhost:7001/
12 12
       discovery: