
定时任务
前行123
安安静静的生活,认认真真做事。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring quartz 集群模式下trigger_state error问题原因
按照链接进行排查Spring quartz 集群模式下trigger_state error问题原因通过mysql连接sessionshow PROCESSLIST;找出连接的服务器IP查看进程如ps -ef|grep jeecg,关闭不要的服务,或升级服务原创 2022-03-09 15:01:32 · 1118 阅读 · 0 评论 -
Spring 将cron配置在applicationContext.xml文件里
参考:spring自带的定时任务功能(task)主要步骤在applicationContext.xml中添加 xmlns:task="http://www.springframework.org/schema/task" http://www.springframework.org/schema/task http://www.springframework...翻译 2018-06-26 21:43:48 · 1192 阅读 · 0 评论 -
Spring 使用注解配置cron
参考:spring自带的定时任务功能(task)主要步骤在applicationContext.xml中添加 xmlns:task="http://www.springframework.org/schema/task" http://www.springframework.org/schema/task http://www.springframewo...翻译 2018-06-26 22:03:48 · 1868 阅读 · 0 评论