mysql的hibernate配置
- 作者: 爱国者I帕克
- 来源: 51数据库
- 2020-10-03
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc\:mysql\://localhost\:3306/oss?useUnicode\=true&characterEncoding\=utf8
jdbc.username=root
jdbc.password=root
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.show_sql=true
initialPoolSize=5
maxIdleTime =3
maxPoolSize =50
jdbc.url=jdbc\:mysql\://localhost\:3306/oss?useUnicode\=true&characterEncoding\=utf8
jdbc:mysql://mysqlServer/mydb?useUnicode=true&characterEncoding=utf-8
看看行不
jdbc.url=jdbc\:mysql\://localhost\:3306/oss?useUnicode\=true&characterEncoding\=utf8
jdbc.username=root
jdbc.password=root
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.show_sql=true
initialPoolSize=5
maxIdleTime =3
maxPoolSize =50
jdbc.url=jdbc\:mysql\://localhost\:3306/oss?useUnicode\=true&characterEncoding\=utf8
jdbc:mysql://mysqlServer/mydb?useUnicode=true&characterEncoding=utf-8
看看行不
推荐阅读
