Spring Boot整合ActiveMQ开启定时投送
在办法上写,例如每隔3秒投送
//定时间隔3秒钟 投送
@Scheduled(fixedDelay = 3000)
在spring boot启动类添加
//开启定时投送
@EnableScheduling
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
在办法上写,例如每隔3秒投送
//定时间隔3秒钟 投送
@Scheduled(fixedDelay = 3000)
在spring boot启动类添加
//开启定时投送
@EnableScheduling
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »