Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 484 Bytes

File metadata and controls

18 lines (14 loc) · 484 Bytes

springboot-mq-rabbitmq-starter

MQ消息中间件: rabbitmq

依赖引入

        <!--MQ rabbitmq-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-amqp</artifactId>
            <!--内置 amqp-client 5.7.3-->
        </dependency>