Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 629 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 629 Bytes

simple-spring-mvc-data-jpa

A simple Spring MVC + Spring Data JPA project.

Overview

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.

What tools to use.

  • Maven (* also JDK)

How to build.

$ cd Path_to_this_README.md
$ mvn install

How to run.

$ cd Path_to_this_README.md
$ mvn jetty:run

License

It's released under version 2.0 of the Apache License.