paulc4 / microservices-demo

Demo application to go with Blog on spring.io
889 stars 830 forks source link

Separating the services into different POMs and adding docker #7

Open galmarder opened 8 years ago

galmarder commented 8 years ago

I have added docker to the demo. Now you can run the demo using docker as well. To do it elegantly I have first separated the single project into 3 POMs, each representing a single service. This allows running each service using the spring-boot:run. Then I have added a Dockerfile to each project so we can easily build an image for it. Last, I have updated the Readme with all relevant instructions of how to run the demo using Docker.