SpringBoot項目實戰--RabbitMQ

一、在pom.xml文件中添加如下依賴:html <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 二、在 application.properties文件中添加配置信息: spring.
相關文章
相關標籤/搜索