Springboot集成RabbitMQ

前提 已經安裝RabbitMQspring 一、配置pom文件,添加spring-boot-starter-amqp的支持app <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 二、配置ap
相關文章
相關標籤/搜索