# springboot-message **Repository Path**: felord/springboot-message ## Basic Information - **Project Name**: springboot-message - **Description**: springboot 集成rabbitmq demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 26 - **Forks**: 17 - **Created**: 2018-02-23 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Spring Boot 实战系列博客教程配套代码 个人博客 [码农小胖哥的博客:https://www.felord.cn/](https://www.felord.cn/) 请多多关注公众号:码农小胖哥 ![](https://gitee.com/felord/security-learning/raw/master/qr.jpg) 附 Docker RabbitMQ `docker run -d --name rabbit -p 5672:5672 -p 15672:15672 -v g:/rabbitmq/data:/var/lib/rabbitmq/mnesia --hostname myRabbit -e RABBITMQ_DEFAULT_VHOST=my_vhost -e RABBITMQ_DEFAULT_USER=admin -e RABBITMQ_DEFAULT_PASS=admin 437def336c7b`