[TOC]
Event
1 |
|
生产者
1 | @Component |
消费者
1 | public class EventConsumer implements CommunityConstant { |
1 | // 触发评论事件 |
1 | // 触发点赞事件 |
1 | // 触发关注事件 |
显示系统通知(我们只要评论,赞和关注)
1 | @RequestMapping(path = "/notice/list", method = RequestMethod.GET) |
[TOC]
Event
1 |
|
生产者
1 | @Component |
消费者
1 | public class EventConsumer implements CommunityConstant { |
1 | // 触发评论事件 |
1 | // 触发点赞事件 |
1 | // 触发关注事件 |
显示系统通知(我们只要评论,赞和关注)
1 | @RequestMapping(path = "/notice/list", method = RequestMethod.GET) |