An open API service indexing awesome lists of open source software.

https://github.com/heroku/template-java-spring-hibernate


https://github.com/heroku/template-java-spring-hibernate

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Spring MVC and Hibernate template application

This is a template for a web application that uses Spring MVC and Hibernate. The sample code is a simple CRUD page that manipulates records for a single model object.

## Running the application locally

First build with:

$mvn clean install

Then run it with:

$java -jar target/dependency/webapp-runner.jar target/*.war