Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.09 KB

File metadata and controls

55 lines (40 loc) · 1.09 KB

spring-boot-docker-rabbitmq-sample

Slides

  • RabbitMQ
  • Spring Boot Apps
  • Spring Cloud - Eureka
  • Spring Boot Admin by codecentric
  • Docker compose

System Image

RabbitMQ

for Management Console

default user: guest

default password: guest

build

mvn clean install

in this step, also the docker images will be created (see docker-maven-plugin)

run with docker-compose

run...

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/

stop!

docker-compose stop

cleanup

docker-compose rm

check

docker-compose ps