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

Problem solved: c3p0 package changed to the following

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

Guess you like

Origin blog.csdn.net/qq_58424960/article/details/124099027