RabbitMQ - 基本使用

添加依賴:spring <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 編寫接受消息類:瀏覽器 @Slf4j @Component public class MqReceiver { //這個不
相關文章
相關標籤/搜索