浏览代码

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

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

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

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

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

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

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

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

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

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

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

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