This service provide only two endpoints:
- list all employees: /producer/employees;
- find employee by id: /producer/employee/{empId};
What you can find here:
- Some approaches to test a Spring Boot web application;
- Configuration for Spring Cloud Eureka Server;
- Simple approach to use Hystrix (Circuit Breaker);
- Cors configuration;
Eureka server configuration: https://github.com/allanroberto18/employee-eureka-service