執(zhí)行sql報錯誤
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.
原因是本地Mysql版本比較高是8.0以上的
這樣就可以了

image.png