/microservices-employee

MIcroservices app with Spring Boot and Docker

Primary LanguageJava

Microservices demo

Microservice architecture implementation example using Spring Boot and Docker.

Running the tests and Deployment

mvn -f $PROJECT_ROOT/microservices-employee-rest/pom.xml test spring-boot:run #producer on :8080/api/employee
mvn -f $PROJECT_ROOT/microservices-employee-report/pom.xml spring-boot:run #consumer on :8082/api/employee/report

Available request mappings may be obtained from Actuator.