chenjun
1 год назад
Родитель
Сommit
762c993a79
|
@@ -4,5 +4,5 @@ spring:
|
|
|
application:
|
|
|
name: business
|
|
|
profiles:
|
|
|
- active: prod
|
|
|
+ active: local
|
|
|
|
|
@@ -3,7 +3,7 @@ spring:
|
|
|
name: gateway-server
|
|
|
|
|
|
profiles:
|
|
|
- active: prod
|
|
|
+ active: local
|
|
|
|
|
|
|
|
|
|
|
@@ -3,7 +3,7 @@ spring:
|
|
|
name: adm-server
|
|
|
|
|
|
profiles:
|
|
|
- active: prod
|
|
|
+ active: local
|
|
|
|
|
|
|
|
|
|
|
@@ -3,7 +3,7 @@ spring:
|
|
|
name: infra-server
|
|
|
|
|
|
profiles:
|
|
|
- active: prod
|
|
|
+ active: local
|
|
|
|
|
|
|
|
|
|
|
@@ -3,7 +3,7 @@ spring:
|
|
|
name: system-server
|
|
|
|
|
|
profiles:
|
|
|
- active: prod
|
|
|
+ active: local
|
|
|
|
|
|
|
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
|
spring:
|
|
|
profiles:
|
|
|
- active: prod
|
|
|
+ active: local
|
|
@@ -3,5 +3,5 @@ spring:
|
|
|
application:
|
|
|
name: workflow
|
|
|
profiles:
|
|
|
- active: prod
|
|
|
+ active: local
|
|
|
|