Skip to content

Spring Reference Material

Routes

  1. /api: rest API mapped with Spring JPA (Employee Entity)
  2. magic-api: rest API mapped with Spring JPA + Spring REST (Employee Entity)
  3. /: hello world placeholder
  4. /pages: thymeleaf templates

Build & Run

./mvnw package && java -jar "target/demo-0.0.1-SNAPSHOT.jar"