报错:
java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
解决:
在url后面增加&allowPublicKeyRetrieval=true。
报错:
java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
解决:
在url后面增加&allowPublicKeyRetrieval=true。