解决Caused by: java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed 问题

253 阅读1分钟

解决办法:在连接数据库的url中,加上 allowPublicKeyRetrieval=true

allowPublicKeyRetrieval=true