java:首页显示统计时,需要定时任务定时查询更新数据
有什么方法么? spring的task @Scheduled(cron = "0 0 1 * * *") 无法应用在Controller上 ,只能应用在void和 无参数的 方法上。
所以有什么好的方法实例推荐么?