Spring Cloud Alibaba实践——使用RocketMQ

使用Spring Cloud Alibaba RocketMQ 初步完成管理员审核功能 在内容中心中,编写管理员审核的相关接口: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 package tech.punklu.contentcenter.controller.content; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*;