报告不正确的 @Scheduled 方法声明。
@Scheduled
根据 Spring 文档,待调度的方法不能预期任何实参。
如果方法需要与来自 Application Context 的其他对象进行交互,应通过依赖项注入提供对象。
Application Context