update
This commit is contained in:
parent
3e52ce9342
commit
034b999667
|
@ -10,6 +10,7 @@ import org.springframework.stereotype.Component;
|
|||
@Component
|
||||
public class TestTaskImpl implements TestTask {
|
||||
|
||||
//@Scheduled(cron = "0 12 17 07 12 ?") 12月7日17点12分0秒执行
|
||||
@Scheduled(cron = "0 0/1 * * * ?")
|
||||
@Override
|
||||
public void test() {
|
||||
|
|
Loading…
Reference in New Issue