Explorar el Código

1、调整配置参数;

zk hace 2 años
padre
commit
f64f2c1f7d

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

@@ -5,8 +5,7 @@ spring:
   application:
     name: sckw-contract
   profiles:
-#    active:  @profiles.active@
-    active:  lfdc
+    active:  @profiles.active@
   main:
     allow-bean-definition-overriding: true
     allow-circular-references: true

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

@@ -5,7 +5,7 @@ spring:
   application:
     name: sckw-file
   profiles:
-    active: ${DEPLOY_MODE:dev}
+    active: @profiles.active@
 #    active: @profiles.active@
   main:
     allow-bean-definition-overriding: true

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

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