Bladeren bron

BUG修改 配置更改

秦国才 4 jaren geleden
bovenliggende
commit
0506176732

+ 2 - 2
modules/admin/src/main/resources/bootstrap.yml

@@ -2,7 +2,7 @@ server:
   port: 8083
 spring:
   profiles:
-    active: test
+    active: dev
 
 ---
 spring:
@@ -29,7 +29,7 @@ spring:
 spring:
   config:
     activate:
-      on-profile: prod
+      on-profile: dev
   application:
     name: admin
   jackson:

+ 1 - 1
modules/save-data/src/main/resources/bootstrap.yml

@@ -4,7 +4,7 @@ spring:
   application:
     name: save-data
   profiles:
-    active: test
+    active: dev
 ---
 spring:
   config: