Skip to content

michl-b/spring-boot-docker-rabbitmq-sample

Repository files navigation

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

About

Sample for using Docker, docker-compose, RabbitMQ with Spring-Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published