上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 52 下一页

2022年4月11日

spring security5.x Oauth2 client_credentials模式客户端获取token源码

摘要: 依赖 org.springframework.boot spring-boot-starter-oauth2-clie... 阅读全文

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

spring security5.x Oauth2 获取当前客户端授权信息

摘要: 官方文档 使用方法参数注解@RegisteredOAuth2AuthorizedClient,可以实现解析访问令牌 如果有刷新令牌的... 阅读全文

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

spring security5.x OAuth2 使用REDIS管理分布式客户端授权信息

摘要: import org.springframework.data.redis.connection.RedisConnectionFa... 阅读全文

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

spring security oauth2.x迁移到spring security5.x - 客户端(单点登录)

摘要: 官方迁移指引 官方文档 差异 废弃@EnableOAuth2Client注解,改为使用oauth2Client方法废弃@Enable... 阅读全文

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

spring security oauth2.x迁移到spring security5.x - 资源服务器

摘要: spring cloud升级到2020.x以后不再包含spring security 项目可以继续使用spring security... 阅读全文

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

Spring RestTemplate Base认证

摘要: 版本 spring 5.1.1以上 RestTemplate restTemplate = new RestTemplate();r... 阅读全文

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

extjs7classic material主题 横向工具栏不显示分隔符问题解决

摘要: 版本 7.4.0 classic 现象 使用material主题时横向工具栏的分隔符无法显示,如图。 官方样例 表格分页工具栏 ... 阅读全文

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

fastjson反序列化指定泛型参数

摘要: public List toList(String json, Class valueClass){ return JSON.pa... 阅读全文

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

Extjs7 store使用remoteFilter时自定义过滤条件编码格式

摘要: 版本 7.4.0 方法 框架默认的远程过滤参数编码函数在proxy类中定义,因此需要自定义Proxy,覆盖encodeFilters... 阅读全文

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

ie不支持的方法实现

摘要: assign if (typeof Object.assign != 'function') { Object.assign ... 阅读全文

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

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 52 下一页

导航