项目根目录下的quartz.properties文件为什么不生效呢?辛苦帮忙看看呗~
如果你的项目用的是yml这种配置的,并且maven引入的是spring-boot-starter-quartz,就要这样写配置:
spring: quartz: properties: org.quartz.threadPool.threadCount: 100
使用@PropertiesSource导入了吗?
解决了吗,我也碰到了