Summary
A step by step guide in how to create a Spring Boot 2 microservice, integrate it with Eureka service discovery and deploy the service into a docker container.
Finally run the service by using the docker container using spring profiles.
1. Spring Boot 2 Microservice

Summary
Understand mechanisms of Spring Boot by building a simple microservice.
Work with beans,components and configurations to start your curiosity into the spring world.
2. Service discovery with Eureka

Summary
Integrate service discovery with Eureka into your microservice.
3. Dockerize microservice

Summary






