若依线程池多线程并发 ruoyi-vue SpringBoot 实战批量发送微信小程序订阅消息
业务代码 private final ThreadPoolTaskExecutor executorService SpringUtils.getBean("threadPoolTaskExecutor");Overridepublic void batchSendWxMsgByDiy(sendDiyWxMsgVo entity) {if (CollectionUtils.isEmpty(entity.getAcceptIds())) {throw new TipUserExc…
2026-01-05