易用性修改

master
hanbo 2022-05-06 15:20:53 +08:00
parent 982e03050d
commit b81d3ab18f
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ public class StaticScheduleTask {
private void temp() throws Exception {
}
@Scheduled(cron = "0 0/1 * * * ?")
/*@Scheduled(cron = "0 0/1 * * * ?")
private void changeUserName() throws Exception {
logger.info("更新项目创建者姓名开始");
@ -43,5 +43,5 @@ public class StaticScheduleTask {
logger.info("更新后:"+project1.getCreatorName());
}
logger.info("更新项目创建者姓名结束");
}
}*/
}