A simple Spring MVC + Spring Data JPA project.
It's a simple project of Spring MVC + Spring Data JPA by not using Spring Boot and Spring Initializr, but it will help you to understand the structure of Spring MVC + Spring Data JPA simply.
- Maven (* also JDK)
$ cd Path_to_this_README.md
$ mvn install
$ cd Path_to_this_README.md
$ mvn jetty:run
- check if it can access.
http://localhost:8080/
It's released under version 2.0 of the Apache License.