QuickStarter for SpringMVC + MySLQ + Hibernate + JPA
The only stuff you need to config is META-INF/conf.properties. Specify your database params and set hbm2ddl. Lauch your mysql server (ex: wamp) and create a db (url params).
The propriety hbm2ddl define if the sql db will be "create" or "update" when you recompile your webapp.
Compile then go to http://localhost:8080/SpringMVCHibernate/persons and be happy =)