RabbitMQ - 基本使用

添加依赖:spring <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 编写接受消息类:浏览器 @Slf4j @Component public class MqReceiver { //这个不
相关文章
相关标签/搜索