摘要: Spring Security无限返回登录页面 主页html页面from表单提交方式是否为POST 需要为POST 阅读全文
posted @ 2020-11-01 17:22 小麒麟的饲养员 阅读(66) 评论(0) 推荐(0)
摘要: Driver:com.mysql.cj.jdbc.Driver 阅读全文
posted @ 2020-08-22 17:24 小麒麟的饲养员 阅读(99) 评论(0) 推荐(0)
摘要: jdbc:mysql://localhost:3306/db_name?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true&allowPublicKe 阅读全文
posted @ 2020-08-22 17:23 小麒麟的饲养员 阅读(144) 评论(0) 推荐(0)
摘要: 在项目的JDBC连接数据库的url中,加上allowPublicKeyRetrieval=true参数,已验证可以解决该问题。 jdbc:mysql://localhost:3306/spring?characterEncoding=utf8&useSSL=false&serverT 阅读全文
posted @ 2020-08-22 17:21 小麒麟的饲养员 阅读(120) 评论(0) 推荐(0)