Dictionary/config/hibernate.properties

10 lines
344 B
Properties
Raw Normal View History

2003-10-06 00:37:12 +00:00
hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://localhost/Lex
2003-10-06 17:42:01 +00:00
hibernate.connection.username=
hibernate.connection.password=
2003-10-06 00:37:12 +00:00
hibernate.connection.useUnicode=true
hibernate.connection.characterEncoding=utf-8
#hibernate.connection.pool_size=10