Commit 5fdb87f0 authored by 赵啸非's avatar 赵啸非

rabbitmq添加

parent 9abd02c6
...@@ -135,7 +135,7 @@ public class WebLogAspect { ...@@ -135,7 +135,7 @@ public class WebLogAspect {
accessLogPdu.setResponseData(JSON.toJSONString(result)); accessLogPdu.setResponseData(JSON.toJSONString(result));
} }
log.info("accessLog:{}",JSON.toJSONString(accessLogPdu)); log.info("accessLog:{}",JSON.toJSONString(accessLogPdu));
messageProducer.syncAccessSend(accessLogPdu); //messageProducer.syncAccessSend(accessLogPdu);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment