会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小麒麟的饲养员
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2020年11月1日
Spring Security坑(一)
摘要: Spring Security无限返回登录页面 主页html页面from表单提交方式是否为POST 需要为POST
阅读全文
posted @ 2020-11-01 17:22 小麒麟的饲养员
阅读(66)
评论(0)
推荐(0)
2020年8月22日
MySql8.0:Driver
摘要: Driver:com.mysql.cj.jdbc.Driver
阅读全文
posted @ 2020-08-22 17:24 小麒麟的饲养员
阅读(99)
评论(0)
推荐(0)
MySql8.0:URL终极版
摘要: jdbc:mysql://localhost:3306/db_name?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true&allowPublicKe
阅读全文
posted @ 2020-08-22 17:23 小麒麟的饲养员
阅读(144)
评论(0)
推荐(0)
Mysql8.0异常:Public Key Retrieval is not allowed
摘要: 在项目的JDBC连接数据库的url中,加上allowPublicKeyRetrieval=true参数,已验证可以解决该问题。 jdbc:mysql://localhost:3306/spring?characterEncoding=utf8&useSSL=false&serverT
阅读全文
posted @ 2020-08-22 17:21 小麒麟的饲养员
阅读(120)
评论(0)
推荐(0)
上一页
1
2
公告