【四二学堂】java spring事件机制,发布订阅,简单使用案例
spring配置文件添加 <!-- 计划任务配置,用 @Service @Lazy(false)标注类,用@Scheduled(cron = "0 0 2 * * ?")标注方法 --> <task:executor id="executor" pool-size="10"/> &a