liulin
2024-11-24 af410d1cde67d4656c9922ff4d846cac0740e3b2
分支
用户 liulin <lin.liu@88.com>
星期日, 十一月 24, 2024 19:35 +0800
提交者 liulin <lin.liu@88.com>
星期日, 十一月 24, 2024 19:35 +0800
提交af410d1cde67d4656c9922ff4d846cac0740e3b2
目录 f1618b7ca53b7de8539f73694f694438f2168997 目录 | zip | gz
上一版本 1e3764d82bd9b77a89a7fb88d60dd411ecd4f11b 查看 | 对比
定时任务改为quartz
已修改9个文件
已删除2个文件
已添加51个文件
已重命名1个文件
23542 ■■■■■ 文件已修改
pom.xml 15 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/request/quartztaskerror/ReqCreateQuartzTaskError.java 46 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/request/quartztaskerror/ReqModifyQuartzTaskError.java 50 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/request/quartztaskinfo/ReqCreateQuartzTaskInfo.java 58 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/request/quartztaskinfo/ReqModifyQuartzTaskInfo.java 66 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/request/quartztaskinfo/ReqRunTaskRightNow.java 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/request/quartztaskrecord/ReqCreateQuartzTaskRecord.java 58 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/request/quartztaskrecord/ReqModifyQuartzTaskRecord.java 62 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/search/SearchQuartzTaskError.java 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/search/SearchQuartzTaskInfo.java 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/search/SearchQuartzTaskRecord.java 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/entity/search/SearchTestInfo.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/host/controller/base/BaseController.java 49 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/host/controller/base/QuartzController.java 141 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/host/job/XxlJobConfig.java 114 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/host/job/XxlJobHandlers.java 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/impl/QuartzTaskErrorMapperImpl.java 115 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/impl/QuartzTaskInfoMapperImpl.java 120 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/impl/QuartzTaskRecordMapperImpl.java 114 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/impl/TestInfoMapperImpl.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/mapper/QuartzTaskErrorMapper.java 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/mapper/QuartzTaskInfoMapper.java 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/mapper/QuartzTaskRecordMapper.java 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/mapper/TestInfoMapper.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/po/QuartzTaskErrorPO.java 75 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/po/QuartzTaskInfoPO.java 130 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/po/QuartzTaskRecordPO.java 100 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/vo/QuartzTaskErrorVO.java 55 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/vo/QuartzTaskInfoVO.java 55 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/repository/vo/QuartzTaskRecordVO.java 62 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/service/TestInfoService.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/service/convert/QuartzTaskErrorConvert.java 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/service/convert/QuartzTaskInfoConvert.java 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/service/convert/QuartzTaskRecordConvert.java 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/service/quartz/QuartzExecutor.java 72 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/service/quartz/QuartzMainJobFactory.java 99 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lunhan/xxx/service/quartz/QuartzService.java 420 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-dev.yml 26 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-prod.yml 24 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-test.yml 24 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/css/main.css 188 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/favicon.ico 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/index.html 100 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/job-list.html 826 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/job-record.html 346 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/js/enums.js 127 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/js/lib/axios.min.js 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/js/lib/element-plus/element-plus.js 73 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/js/lib/element-plus/icons-vue.js 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/js/lib/element-plus/index.css 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/js/lib/httpVueLoader.js 479 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/js/lib/vue.global.js 16759 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/vue3-cron/day.vue 181 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/vue3-cron/hour.vue 136 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/vue3-cron/index.vue 437 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/vue3-cron/min.vue 136 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/vue3-cron/month.vue 136 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/vue3-cron/result.vue 617 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/vue3-cron/second.vue 139 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/vue3-cron/week.vue 225 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/vue3-cron/year.vue 156 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/java/com/lunhan/xxx/GenCodeGauss.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史