springboot集成rabbitmq实现延时消息队列

1、添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 2、添加配置信息 # 应用服务 WEB 访问
posted @ 2024-01-19 15:36  刘百会  阅读(78)  评论(0编辑  收藏  举报