This is a simple micro-service based on Spring Boot.
- JDK 1.8 or later
- Maven 3.x
- Docker - Download and install : https://www.docker.com/products/overview
- Clone the project
- Build the project using : mvn clean install -DskipDockerBuild
- Run the component using : java -jar employee-0.1.0-SNAPSHOT.jar
This project is part of an example microservice architecture model. For more details, go to Microservice Example