HHH-5715 revert the change made in hibernate.properties, default is H2

This commit is contained in:
Strong Liu 2010-11-10 22:58:30 +08:00
parent 42261a61df
commit 6e565102b5
1 changed files with 4 additions and 5 deletions

View File

@ -21,11 +21,10 @@
# 51 Franklin Street, Fifth Floor
# Boston, MA 02110-1301 USA
#
hibernate.dialect org.hibernate.dialect.SQLServer2008Dialect
hibernate.connection.driver_class net.sourceforge.jtds.jdbc.Driver
hibernate.connection.url jdbc:jtds:sqlserver://localhost/test
hibernate.connection.username tester
hibernate.connection.password tester
hibernate.dialect org.hibernate.dialect.H2Dialect
hibernate.connection.driver_class org.h2.Driver
hibernate.connection.url jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE
hibernate.connection.username sa
hibernate.connection.pool_size 5