连接数据库报Public Key Retrieval is not allowed
摘要:
项目启动报Public Key Retrieval is not allowed解决方法: 在配置文件中添加allowPublicKeyRetrieval=true 案例: datasource: url: jdbc:mysql://mysql3:3306/reading?useUnicode=tr 阅读全文
posted @ 2022-05-10 18:04 让代码飞 阅读(476) 评论(0) 推荐(1) 编辑