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