Просмотр исходного кода

配置文件修改,增加prod配置

chenjun 1 год назад
Родитель
Сommit
762c993a79

+ 1 - 1
zjugis-business/src/main/resources/bootstrap.yaml

@@ -4,5 +4,5 @@ spring:
   application:
     name: business
   profiles:
-    active: prod
+    active: local
 

+ 1 - 1
zjugis-gateway/src/main/resources/bootstrap.yaml

@@ -3,7 +3,7 @@ spring:
     name: gateway-server
 
   profiles:
-    active: prod
+    active: local
 
 
 

+ 1 - 1
zjugis-module-adm/zjugis-module-adm-biz/src/main/resources/bootstrap.yaml

@@ -3,7 +3,7 @@ spring:
     name: adm-server
 
   profiles:
-    active: prod
+    active: local
 
 
 

+ 1 - 1
zjugis-module-infra/zjugis-module-infra-biz/src/main/resources/bootstrap.yaml

@@ -3,7 +3,7 @@ spring:
     name: infra-server
 
   profiles:
-    active: prod
+    active: local
 
 
 

+ 1 - 1
zjugis-module-system/zjugis-module-system-biz/src/main/resources/bootstrap.yaml

@@ -3,7 +3,7 @@ spring:
     name: system-server
 
   profiles:
-    active: prod
+    active: local
 
 
 

+ 1 - 1
zjugis-report/src/main/resources/bootstrap.yaml

@@ -1,4 +1,4 @@
 
 spring:
   profiles:
-    active: prod
+    active: local

+ 1 - 1
zjugis-workflow/src/main/resources/bootstrap.yaml

@@ -3,5 +3,5 @@ spring:
   application:
     name: workflow
   profiles:
-    active: prod
+    active: local