This project is a simple booking provider and consumer services developed with Spring Boot, Spring Data, RabbitMQ, REST API, Swagger, H2 Database
First, clone this repository.
Then, build it locally with:
mvn clean install
You can run the app in a command line with:
mvn spring-boot:run
- Swagger UI: http://localhost:9091/swagger-ui.html
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.9-management
- http://localhost:15672/
- User: guest
- Password: guest