mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-04 19:20:46 +08:00
集成rocketMq消息队列收发消息
This commit is contained in:
@@ -17,4 +17,6 @@ public interface UserService {
|
||||
RetObj syncEs(Long userId);
|
||||
|
||||
RetObj getEsId(Long userId);
|
||||
|
||||
RetObj sendMQMsg(String msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user