Skip to content

steve-anthony/SpringMVCHibernateMySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringMVCHibernateMySQL

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 =)

About

QuickStarter for SpringMVC + MySLQ + Hibernate + JPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages