优化
This commit is contained in:
@ -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("执行无参方法");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user