|
|
|
@ -516,11 +516,6 @@
|
|
|
|
|
"level" : "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.quartz.scheduler-name",
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
"defaultValue": "quartzScheduler"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.quartz.jdbc.initialize-schema",
|
|
|
|
|
"defaultValue": "embedded"
|
|
|
|
@ -529,6 +524,10 @@
|
|
|
|
|
"name": "spring.quartz.job-store-type",
|
|
|
|
|
"defaultValue": "memory"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.quartz.scheduler-name",
|
|
|
|
|
"defaultValue": "quartzScheduler"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.rabbitmq.cache.connection.mode",
|
|
|
|
|
"defaultValue": "channel"
|
|
|
|
|