Spring Reference Material
Routes
/api: rest API mapped with Spring JPA (Employee Entity)magic-api: rest API mapped with Spring JPA + Spring REST (Employee Entity)/: hello world placeholder/pages: thymeleaf templates
Build & Run
./mvnw package && java -jar "target/demo-0.0.1-SNAPSHOT.jar"