Dictionary/config/hibernate.properties

10 lines
344 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=
hibernate.connection.password=
hibernate.connection.useUnicode=true
hibernate.connection.characterEncoding=utf-8
#hibernate.connection.pool_size=10