启动后访问报:java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
之前我没有指定mysql的版本,用的默认版本(5的版本),默认的版本可能过低,本地版本高。
可能原因:版本过低
解决办法: 使用8以上的版本
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java