ltt 2 년 전
부모
커밋
68b0eb4823
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      sckw-modules/sckw-order/src/main/resources/bootstrap.yml
  2. 1 1
      sckw-modules/sckw-system/src/main/resources/bootstrap.yml

+ 1 - 1
sckw-modules/sckw-order/src/main/resources/bootstrap.yml

@@ -5,7 +5,7 @@ spring:
   application:
     name: sckw-order
   profiles:
-    active: dev
+    active: @profiles.active@
   main:
     allow-bean-definition-overriding: true
     allow-circular-references: true

+ 1 - 1
sckw-modules/sckw-system/src/main/resources/bootstrap.yml

@@ -5,7 +5,7 @@ spring:
   application:
     name: sckw-system
   profiles:
-    active: dev
+    active: @profiles.active@
   main:
     allow-bean-definition-overriding: true
     allow-circular-references: true