Skip to content

hiroxpepe/simple-spring-mvc-data-jpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.