Dictionary/config/hibernate.properties
dubtraxis 113a3ef551 test
2003-10-06 00:37:12 +00:00

9 lines
357 B
Properties

hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://localhost/Lex
hibernate.connection.username=java
hibernate.connection.password=rkgwvnvrt
hibernate.connection.useUnicode=true
hibernate.connection.characterEncoding=utf-8
#hibernate.connection.pool_size=10