在使用Mysql 8.0时重启后启动项目的事后会报错com.mysql.jdbc.exceptions.jdbc4.MysqlNonTransientConnectionException: Public Key Retrieval is not allow
最简单的解决办法就是在连接后面添加allowPublicKeyRetrieval=true
在使用Mysql 8.0时重启后启动项目的事后会报错com.mysql.jdbc.exceptions.jdbc4.MysqlNonTransientConnectionException: Public Key Retrieval is not allow
最简单的解决办法就是在连接后面添加allowPublicKeyRetrieval=true