Commit 128e78d4 by youling

定时器

parent 648f2ea2
...@@ -91,9 +91,9 @@ public class AttendanceTaskTiming{ ...@@ -91,9 +91,9 @@ public class AttendanceTaskTiming{
@Scheduled(cron = "0 */2 * * * ?") // @Scheduled(cron = "0 */2 * * * ?")
// @Scheduled(cron = "0 0 8,12,16,20 * * ?")//每天上午8、12点,下午16点,20点 执行 // @Scheduled(cron = "0 0 8,12,16,20 * * ?")//每天上午8、12点,下午16点,20点 执行
// @Scheduled(cron = "0 0 6,20 * * ?") @Scheduled(cron = "0 0 6,20 * * ?")
public void AttendanceTask() throws ParseException { public void AttendanceTask() throws ParseException {
boolean implement = true; boolean implement = true;
......
spring: spring:
profiles: profiles:
active: test # active: test
# active: '@environment@' active: '@environment@'
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment