org.hibernate.exception.GenericJDBCException: Unable to acquire JDBC Connection

如果MySQL版本是8.0及以上,

驱动mysql-connector-java的version=8.0

hibernate需注意:

1.hibernate.version=5.3.7.Final或以上

2.driverClass="com.mysql.cj.jdbc.Driver"

3.jdbcUrl=jdbc:mysql://localhost:3306/maven?useSSL=false&serverTimezone=UTC

猜你喜欢

转载自blog.csdn.net/guoguolifang/article/details/88360816