Skip to content
This repository was archived by the owner on May 30, 2018. It is now read-only.

making/springmvc-jpa-blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is obsolete!

Please refer https://github.com/terasolunaorg/terasoluna-gfw-web-blank


Web App Example Using Spring MVC & Spring Data JPA

for MySQL(default)

$ mvn clean test -P mysql $ mvn clean eclipse:clean eclipse:eclipse -P mysql

for PostgreSQL

$ mvn clean test -P postgresql $ mvn clean eclipse:clean eclipse:eclipse -P postgresql

for H2

$ mvn clean test -P h2 $ mvn clean eclipse:clean eclipse:eclipse -P h2

for HSQLDB

$ mvn clean test -P hsqldb $ mvn clean eclipse:clean eclipse:eclipse -P hsqldb

tested only on Tomcat7 (not use JTA)

$ mvn clean tomcat7:run -P h2 access http://localhost:8080/springmvc-jpa-blank

About

Web App Example Using Spring MVC & Spring Data JPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published