소스 검색

BUG修改 配置更改

秦国才 4 년 전
부모
커밋
0506176732
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      modules/admin/src/main/resources/bootstrap.yml
  2. 1 1
      modules/save-data/src/main/resources/bootstrap.yml

+ 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: