java.lang.AbstractMethodError:com.mysql.jdbc.Connection.isValid(I)Z

In the actual combat of Java Web project, we encounter the following problems:

This is actually due to the low version of your MySQL driver package https://mvnrepository.com/artifact/mysql
Download the high version of MySQL driver package and put it in lib.

Read More: