上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 52 下一页

2022年4月11日

spring security oauth2认证服务器 用户授权确认 流程源码 配置要点

摘要: 源码 org.springframework.security.oauth2.provider.endpoint.Authoriza... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(118) 评论(0) 推荐(0) 编辑

thymeleaf 遍历map

摘要: 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(18) 评论(0) 推荐(0) 编辑

thymeleaf 获取上下文根路径

摘要: 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(186) 评论(0) 推荐(0) 编辑

spring security oauth2 默认User Approval页面,定制方法

摘要: 授权入口 org.springframework.security.oauth2.provider.endpoint.Authori... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(227) 评论(0) 推荐(0) 编辑

分布式环境中spring cloud oauth2授权服务异常处理

摘要: 环境 springboot 2.3.7 spring cloud 2.2.6 spring security 2.3.8 分布式部署... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(149) 评论(0) 推荐(0) 编辑

springboot 整合redis实现分布式session

摘要: 版本 2.x 依赖 org.springframework.boot spring-boot-starter-data... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(13) 评论(0) 推荐(0) 编辑

nginx 为chrome客户端请求加SameSite=None;Secure

摘要: http { map $http_user_agent $samesite_attr { "~*chrome" ';Secu... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(17) 评论(0) 推荐(0) 编辑

springboot cookie增加SameSite=None;Secure属性

摘要: 版本 2.x 依赖 org.springframework.session spring-session-core 配... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(1025) 评论(0) 推荐(0) 编辑

springboot 同时启用http/https

摘要: 1. 启用HTTPS 修改配置 application.yml server:# port: 80 port: 443 ssl:... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(0) 评论(0) 推荐(0) 编辑

中文注释生成JavaDoc报错 错误: 编码 GBK 的不可映射字符处理

摘要: 原因 javadoc命令默认使用gbk编码 解决 执行参数增加 -encoding utf-8 -charset utf-8 ... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(6) 评论(0) 推荐(0) 编辑

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 52 下一页

导航