- RabbitMQ
- Spring Boot Apps
- Spring Cloud - Eureka
- Spring Boot Admin by codecentric
- Docker compose
for Management Console
default user: guest
default password: guest
mvn clean install
in this step, also the docker images will be created (see docker-maven-plugin)
docker-compose up -d
Queue System http://localhost:15672/
Eureka Server http://localhost:8761/
Backend http://localhost:8081/api/product/list
Care http://localhost:8082/product
Presentation http://localhost:8084/
Spring Boot Admin http://localhost:8083/
docker-compose stop
docker-compose rm
docker-compose ps