mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-03 10:30:45 +08:00
移除rocketmq集成功能
This commit is contained in:
@@ -51,11 +51,4 @@ public class UserController {
|
||||
return userService.getEsId(userId);
|
||||
}
|
||||
|
||||
|
||||
//发送队列消息
|
||||
@Operation(summary = "发送队列消息", description = "发送队列消息")
|
||||
@GetMapping("/sendMsg")
|
||||
public RetObj sendMsg(String msg) {
|
||||
return userService.sendMQMsg(msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user