java.lang.AbstractMethodError: Method com/mchange/v2/c3p0/impl/

问题解决:c3p0包改为以下

<dependency>
    <groupId>com.mchange</groupId>
    <artifactId>c3p0</artifactId>
    <version>0.9.5.2</version>
</dependency>

猜你喜欢

转载自blog.csdn.net/qq_58424960/article/details/124099027