MySQL8.0 java异常报错

使用MySQL8.0时,已经不再像MySQL5.0那样只需要这样几个JAR包:

mysql-connector-java

commons-logging

commons-dbcp2

在MySQL8.0版本下,还需要添加如下两个JAR包:

commons-pool2

commons-collections

另附下载地址:https://mvnrepository.com/(要下载什么包直接搜索后下载)

这五个jar包一个都不能少,如果缺少commons-pool2包的话,就会报上述错误,如果缺少commons-collections包的话就会报如下错误:

Error creating bean with name 'dataSource': Lookup method resolution failed;

猜你喜欢

转载自blog.csdn.net/klasoft/article/details/109321256
今日推荐