JUDGER_AND_CLIENT/Common/config/DBConfig.properties

8 lines
403 B
Properties
Raw Normal View History

2024-01-12 20:48:35 +08:00
#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