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

相关文章:

  • 2021-07-30
  • 2021-10-11
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2021-06-19
  • 2022-12-23
  • 2021-04-07
  • 2021-09-02
  • 2021-08-28
  • 2022-12-23
  • 2021-06-24
相关资源
相似解决方案