问题:

spring boot  application.yml 中 quartz 的所有配置参数清单在哪?

 

解决:

https://github.com/spring-projects/spring-boot/blob/c406dda18160a29649eef6bbb73f3c93674f4028/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/quartz/QuartzProperties.java

 

http://www.quartz-scheduler.org/documentation/quartz-2.3.0/configuration/

 

 

spring.quartz.properties.org.quartz.threadPool.threadCount=50

 

 

参考:

 

 

发表评论

电子邮件地址不会被公开。