每一年都奔走在自己热爱里

没有人是一座孤岛,总有谁爱着你

springBoot 项目中,使用定时任务报错

问题:

Encountered invalid @Scheduled method 'test1': Only no-arg methods may be annotated with @Scheduled

 

解决:

出现这个错误主要是@Scheduled注解下的方法带有参数,把@Scheduled注解下的方法的参数去掉就可以了

posted @ 2020-08-19 16:33  helloliyh  阅读(1541)  评论(0编辑  收藏  举报