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 package
or run option in IDE - Test that the service is up and running by executing GET request: http://localhost:8080/test
mvn clean
Cleans the maven project by deleting the target directorymvn package
Build the maven project and create the JARmvn dependency:tree
Generate the dependency tree of the maven project