# springboot_rabbitmq **Repository Path**: bdzone/springboot_rabbitmq ## Basic Information - **Project Name**: springboot_rabbitmq - **Description**: springboot 2.3.0.RELEASE rabbitmq - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot_rabbitm ![输入图片说明](https://images.gitee.com/uploads/images/2020/0609/115124_1983e7f6_853241.png "Image.png") springboot 2.3.0.RELEASE rabbitmq ## git 初始化项目提交命令 ``` git init git add . git commit -m 'Initial Commit' git push -u origin master ``` ## git 再次添加文件 ``` git add . git commit -m '' git push -u origin master -f ``` ##开发环境 ``` 1、centos 7 2、安装socat yum -y install socat 3、erlang-22.3.4.1-1.el6.x86_64.rpm 4、rabbitmq-server-3.8.4-1.el7.noarch.rpm ```