This is probably just another todo app because todo apps are the new hello world. It showcases most of JWS's features so it serves as a good reference or starter project.
- Compile the project using
mvn package - Copy
.env.exampleto.envand fill in your mysql credentials - Run it using
java -jar target/todo-app-example-1.0.0-SNAPSHOT.jar - Go to http://localhost:8080/app.html