You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Groovy, Spring MVC and Hibernate sample application
This is a sample web application that uses Groovy, Spring MVC, Sitemesh and Hibernate.
The sample code is a simple CRUD page that manipulates records for a single model object.
Running the application locally
$mvn jetty:run
About
Groovy Spring MVC Sample app based on heroku's template project.