com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

这个坑错误 浪费了俩小时候时间。最后是因为
MySQL在高版本需要指明是否进行SSL连接。
useSSL 要设置成 false

你可能感兴趣的:(java,数据库)