Spring Boot中如何使用quartz框架 1、首先在pom.xml里添加依赖 2、在主文件夹下添加工厂类SpringJobFactory 3、新建一个配置类QuartzConfig 新建一个任务配置类: