摘要: 因为当时是跑定时任务去插入数据,大概是这样的 //简单的定时任务,30分钟执行一次@Scheduled(cron = "0 0/30 * * * ?")public void dealInsertUserInfo(){ userService.dealInsertUserInfo();}事后也没太注 阅读全文
posted @ 2020-01-15 10:43 kuroniko 阅读(589) 评论(0) 推荐(0)