Răsfoiți Sursa

新拉取分支,提交配置

lengfaqiang 2 ani în urmă
părinte
comite
5d8ff04da6

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

@@ -5,8 +5,8 @@ spring:
   application:
     name: sckw-contract
   profiles:
-    active:  @profiles.active@
-#    active:  dev
+#    active:  @profiles.active@
+    active:  lfdc
   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: ${DEPLOY_MODE:lfdc}
 #    active: @profiles.active@
   main:
     allow-bean-definition-overriding: true

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

@@ -6,7 +6,7 @@ spring:
     name: sckw-fleet
   profiles:
 #    active: dev
-    active: ${DEPLOY_MODE:dev}
+    active: ${DEPLOY_MODE:lfdc}
   main:
     allow-bean-definition-overriding: true
     allow-circular-references: true

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

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

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

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

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

@@ -5,8 +5,8 @@ spring:
   application:
     name: sckw-order
   profiles:
-    active: @profiles.active@
-#    active: ${DEPLOY_MODE:dev}
+#    active: @profiles.active@
+    active: ${DEPLOY_MODE:lfdc}
   main:
     allow-bean-definition-overriding: true
     allow-circular-references: true

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

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

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

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

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

@@ -5,8 +5,8 @@ spring:
   application:
     name: sckw-report
   profiles:
-    active: @profiles.active@
-#    active: test
+#    active: @profiles.active@
+    active: lfdc
   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: ${DEPLOY_MODE:dev}
+     active: ${DEPLOY_MODE:lfdc}
 #    active: dev
 #    active: test
   main:

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

@@ -5,8 +5,8 @@ spring:
   application:
     name: sckw-transport
   profiles:
-#    active: ${DEPLOY_MODE:dev}
-    active: @profiles.active@
+    active: ${DEPLOY_MODE:lfdc}
+#    active: @profiles.active@
   main:
     allow-bean-definition-overriding: true
     allow-circular-references: true