问题:

 

解决:

  1. pom.xml 引入

     
  2. 修改 application.yml

     
  3. 创建表 sql 脚本 在  https://github.com/quartz-scheduler/quartz/blob/master/quartz-core/src/main/resources/org/quartz/impl/jdbcjobstore/tables_mysql_innodb.sql 。   在 quartz 官网下载的 压缩文件 docs/dbTables 目录下(参考  http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/tutorial-lesson-09.html    JDBCJobStore ) 
  4. 需要调用一次 scheduleJob

     
  5. 完整代码参考: https://github.com/giant35/demo/tree/master/quartz1

 

参考:

http://www.quartz-scheduler.org/documentation/quartz-2.3.0/quick-start.html

https://jeecg.blog.csdn.net/article/details/105708815

 

发表评论

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