Kadavi / Scarlet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 53.0%Language:CSS 41.5%Language:Java 5.5%