https://github.com/heroku/template-java-spring-hibernate
https://github.com/heroku/template-java-spring-hibernate
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heroku/template-java-spring-hibernate
- Owner: heroku
- Created: 2012-09-04T18:44:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T23:36:57.000Z (about 1 year ago)
- Last Synced: 2025-06-10T04:08:34.490Z (7 months ago)
- Language: Java
- Size: 43.9 KB
- Stars: 47
- Watchers: 105
- Forks: 84
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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