9 lines
357 B
Properties
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
|
|
|