|
@@ -1,9 +1,6 @@
|
|
|
server:
|
|
server:
|
|
|
port: @profiles.daemon.quartz.port@
|
|
port: @profiles.daemon.quartz.port@
|
|
|
|
|
|
|
|
-quartz:
|
|
|
|
|
- enabled: true
|
|
|
|
|
-
|
|
|
|
|
spring:
|
|
spring:
|
|
|
profiles:
|
|
profiles:
|
|
|
active: @profiles.active@
|
|
active: @profiles.active@
|
|
@@ -25,4 +22,4 @@ spring:
|
|
|
shared-configs:
|
|
shared-configs:
|
|
|
- data-id: application.yml
|
|
- data-id: application.yml
|
|
|
group: @profiles.group@
|
|
group: @profiles.group@
|
|
|
- refresh: true
|
|
|
|
|
|
|
+ refresh: true
|