springBoot+quartz-mybatis整合demo
Demo实现的功能
使用springBoot集成quartz分布式调度框架和mybatis, 实现定时用数据库做查询数据的功能。
github源码地址
https://github.com/mikewuhao/springBoot-quartz-demo
搭建详细步骤
项目结构
在idea开发工具里面新建maven类型的project, 命名为springBoot-quartz-demo按上图目录结构建包
pom.xml, 引入quartz相关依赖的jar包
<?xml version="1.0"
原创
2020-06-19 15:36:19 ·
782 阅读 ·
1 评论