【MyBatis Exception】Public Key Retrieval is not allowed
一.报错现象
数据库连接 URL 中没有allowPublicKeyRetrieval=true。
二.解决方法
在数据库连接 URL 中补充allowPublicKeyRetrieval=true,且确保配置格式正确(这是你之前可能没配全的点)
数据库连接 URL 中没有allowPublicKeyRetrieval=true。
在数据库连接 URL 中补充allowPublicKeyRetrieval=true,且确保配置格式正确(这是你之前可能没配全的点)