为了账号安全,请及时绑定邮箱和手机立即绑定

在junit单元测试的时候报错

console里显示的时这些错误,求大佬指点啊。。。

二月 18, 2019 12:19:44 下午 org.hibernate.Version logVersion
INFO: HHH000412: Hibernate Core {5.4.1.Final}
二月 18, 2019 12:19:44 下午 org.hibernate.annotations.common.reflection.java.JavaReflectionManager <clinit>
INFO: HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
二月 18, 2019 12:19:44 下午 org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
WARN: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
二月 18, 2019 12:19:44 下午 org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
INFO: HHH10001005: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql///hibernate?useUnicode=true&characterEncoding=UTF-8]
二月 18, 2019 12:19:44 下午 org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
INFO: HHH10001001: Connection properties: {user=root, password=****}
二月 18, 2019 12:19:44 下午 org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
INFO: HHH10001003: Autocommit mode: false
二月 18, 2019 12:19:44 下午 org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl$PooledConnections <init>
INFO: HHH000115: Hibernate connection pool size: 20 (min=1)

正在回答

2 回答

http://img1.sycdn.imooc.com//5e62a3140001428513150682.jpg

在这里看错误

0 回复 有任何疑惑可以回复我~

mysql驱动版本问题,试试将connection.driver_class  中的com.mysql.jdbc.Driver改用com.mysql.cj.jdbc.Driver

或者将你的MySQL  jar包版本从6换成5

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

在junit单元测试的时候报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信