rabbit 整合springboot 2.1.3.RELEASE

版权声明:不要随便复制~~ 技术更新有些东西也会相应更新 https://blog.csdn.net/chuxin_mm/article/details/88850507

rabbit还有些麻烦。 还要讲一些原理。

1. 引入依赖

<!-- rabbitmq -->
<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-amqp</artifactId>
</dependency>

后面慢慢写。。。。

猜你喜欢

转载自blog.csdn.net/chuxin_mm/article/details/88850507