Add a nifty description for your microservice here
- Clone this repo by running
git clone https://github.com/sherwin-williams-co/edps-ms-template.git - In terminal run command
mvn clean - Next run command
mvn packageor run option in IDE - Test that the service is up and running by executing GET request: http://localhost:8080/test
mvn cleanCleans the maven project by deleting the target directorymvn packageBuild the maven project and create the JARmvn dependency:treeGenerate the dependency tree of the maven project