一个定时任务管理系统,
可视化显示图表任务执行状况
- 后端基于SpringBootGenerator(快速生成基础代码):https://github.com/wang926454/SpringBootGenerator
- 前端任务操作界面基于Vue(iView):https://github.com/iview
- 前端Tab窗口是使用的WeAdmin(基于LayUI):https://github.com/wang926454/SpringBootQuartz/tree/weadmin
- WeAdmin作为前端Tab窗口操作
- 模板使用Thymeleaf练习
- Vue(iView)练习
- 集成Quartz定时任务练习
ECharts练习
- SpringBootGenerator作为后台基础架子
- WeAdmin作为前端Tab窗口操作
- 使用Thymeleaf
- 集成Vue(iView)
- 集成Quartz
- 完成定时任务的CRUD
-
集成ECharts可视化
SpringBoot + Mybatis + PageHelper + 通用Mapper + Quartz + Thymeleaf + Vue(iView)
- 解压后执行src\main\resources\sql\mysql.sql脚本创建数据库和表
- SpringBoot几种定时任务的实现方式:https://blog.csdn.net/wqh8522/article/details/79224290
- SpringBoot官方文档:https://docs.spring.io/spring-boot/docs/2.1.1.RELEASE/reference/htmlsingle/#boot-features-quartz
- SpringBoot2.x开发案例之整合Quartz任务管理系统:https://www.cnblogs.com/smallSevens/p/8798451.html
- Spring Boot教程(二十一):Spring Boot使用Quartz定时任务:https://blog.csdn.net/gnail_oug/article/details/80825302
- Thymeleaf教程 (十二) 标签内,js中使用表达式:https://blog.csdn.net/mygzs/article/details/52667897
- DAY23 Thymeleaf html 导入(th:replace & th:include):https://blog.csdn.net/h1021456873/article/details/79085505
- thymeleaf中的th:remove用法:https://www.cnblogs.com/suncj/p/4030975.html
- Thymeleaf的include封装共用js和css:https://blog.csdn.net/zqy_zq_zxl/article/details/72773973
- springboot+thymeleaf+vue页面开发:https://blog.csdn.net/u014229652/article/details/82979551
- vue与thymeleaf结合使用注意事项:https://blog.csdn.net/l1h2l3/article/details/79539322
- Fork 本项目
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request