org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
jdbc-connector版本过老,mysql版本过新,
更换新版本jdbc或者更换老版本mysql
原文:https://www.cnblogs.com/INnoVationv2/p/12513396.html