摘要:
一:自定义监听类 @Component public class RabbitListener implements ApplicationListener<ApplicationStartedEvent> { @Override public void onApplicationEvent(App 阅读全文
摘要:
将导出列表请求发送到消息队列 //查询导出次数的逻辑代码省略 JSONObject data = new JSONObject(); data .element("userId", exportRecord.getUserId()); data .element("taskId", exportRe 阅读全文