WIP:site
[hibernate4-maven-plugin] / src / it / hibernate4-maven-plugin-envers-sample / src / main / resources / spring-persistence-context.properties
1 #
2 # Configuration of the services
3 #
4 hibernate.hbm2ddl.auto = validate
5 hibernate.show_sql = false
6 hibernate.format_sql = false
7
8 jpa.persistence.context.name = examplePU
9
10