Updated connection info
This commit is contained in:
parent
1ba9c40660
commit
90f2041a56
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
|
hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
|
||||||
hibernate.connection.driver_class=com.mysql.jdbc.Driver
|
hibernate.connection.driver_class=com.mysql.jdbc.Driver
|
||||||
hibernate.connection.url=jdbc:mysql://localhost/Lex
|
hibernate.connection.url=jdbc:mysql://localhost/Lex
|
||||||
hibernate.connection.username=java
|
hibernate.connection.username=
|
||||||
hibernate.connection.password=rkgwvnvrt
|
hibernate.connection.password=
|
||||||
hibernate.connection.useUnicode=true
|
hibernate.connection.useUnicode=true
|
||||||
hibernate.connection.characterEncoding=utf-8
|
hibernate.connection.characterEncoding=utf-8
|
||||||
#hibernate.connection.pool_size=10
|
#hibernate.connection.pool_size=10
|
||||||
|
|
Loading…
Reference in a new issue