mvn clean install
If successful it will generate a target folder with noteservice-*.jar
java -jar target\noteservice-*.jar
You should see log message on console saying Tomcat started on port 8080
Goto http://localhost:8080/ You should see
{
"_links" : {
"profile" : {
"href" : "http://localhost:8080/profile"
}
}
}