This commit is contained in:
zt
2025-03-05 16:08:51 +08:00
parent e1ced7e274
commit f12f252904
9 changed files with 46 additions and 16 deletions

View File

@ -6,7 +6,7 @@ import org.springframework.stereotype.Component;
/**
* 定时任务调度测试
*
*
* @author ruoyi
*/
@Component("ryTask")
@ -24,6 +24,7 @@ public class RyTask
public void ryNoParams()
{
Console.log("执行无参方法");
Console.log("---------------------------------------------------------------------------");
Console.log("执行无参方法");
}
}