In the first part of this articles series (http://nicolasduminil.blogspirit.com/archive/2018/05/25/basics-of-microservices-with-spring-boot-3106415.html) we presented a complex architecture consisting in two microservices, one running an ActiveMQ broker, another one running a Spring Boot based REST API. This architecture has been refined in the second part (http://nicolasduminil.blogspirit.com/archive/2018/05/28/basics-of-microservices-part-2-the-spring-cloud-configuratio-3106503.html) in order to add to it the Spring Cloud Configuration Server. This is the 3rd part in which we demonstrate the use of the Netflix Eureka Server.