8 lines
403 B
Properties
8 lines
403 B
Properties
|
|
#hibernate.dialect org.hibernate.dialect.MySQLDialect
|
||
|
|
#hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect
|
||
|
|
#hibernate.dialect org.hibernate.dialect.MySQLMyISAMDialect
|
||
|
|
hibernate.connection.driver_class com.mysql.jdbc.Driver
|
||
|
|
hibernate.connection.url jdbc:mysql://localhost/gdoj?useUnicode=true&characterEncoding=UTF-8
|
||
|
|
hibernate.connection.username root
|
||
|
|
hibernate.connection.password 123456
|