https://github.com/mehmetpekdemir/rabbitmq
RabbitMQ
https://github.com/mehmetpekdemir/rabbitmq
docker gradle rabbitmq spring-boot
Last synced: 6 months ago
JSON representation
RabbitMQ
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/rabbitmq
- Owner: mehmetpekdemir
- Created: 2020-08-12T20:33:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T16:01:15.000Z (about 5 years ago)
- Last Synced: 2023-03-01T07:32:43.615Z (over 2 years ago)
- Topics: docker, gradle, rabbitmq, spring-boot
- Language: Java
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ
### This is a RabbitMQ project.
### Tech Stack
- Java 11
- Spring Boot
- RabbitMQ
- Docker
- Gradle
- Lombok
### RequirementsFor building and running the application you need:
- [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) or newer .
- [Gradle](https://gradle.org/)
- [Docker](https://www.docker.com/)
- [Lombok](https://projectlombok.org)### Build & Run
```
docker-compose -f "YOUR_LOCATION\docker-compose.yml" up -d
``````
./gradlew clean build && RabbitMQ spring-boot:run
```### Port
```
http://localhost:8085
```### RabbitMQ port ,username and password
```
http://localhost:15672
username:mehmetpekdemir
password:mehmetpekdemir
```