上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页

2020年8月13日

spring security oauth2授权服务刷新令牌报错UserDetailsService is required

摘要: 刷新令牌流程 调用刷新令牌端点 org.springframework.security.oauth2.provider.endpo... 阅读全文

posted @ 2020-08-13 08:07 路过君 阅读(891) 评论(0) 推荐(0) 编辑

2020年8月12日

spring security 使用自定义AuthenticationFailureHandler无法跳转failureUrl

摘要: 默认AuthenticationFailureHandler源码 org.springframework.security.conf... 阅读全文

posted @ 2020-08-12 08:39 路过君 阅读(1394) 评论(0) 推荐(0) 编辑

2020年8月11日

redis 解除本地连接限制

摘要: 修改配置文件 redis.windows.conf # 注释此行# bind 127.0.0.1# 此行 yes改为noprotec... 阅读全文

posted @ 2020-08-11 11:06 路过君 阅读(655) 评论(0) 推荐(0) 编辑

nacos 1.3.2单机模式部署

摘要: 修改脚本文件 startup.cmd set MODE="standalone" 阅读全文

posted @ 2020-08-11 10:35 路过君 阅读(101) 评论(0) 推荐(0) 编辑

rocketmq broker启动报错,找不到或无法加载主类

摘要: 版本:4.7.0原因:JAVAHOME环境变量路径中包含空格解决方案:修改runbroker.cmd 改为 set "JAVA_OP... 阅读全文

posted @ 2020-08-11 09:19 路过君 阅读(2036) 评论(0) 推荐(1) 编辑

2020年8月10日

JAVA对象布局

摘要: object header 对象头 MARKWORD 8BYTE (64位 8BYTE; 32位 4BYTE) 标记字(锁信息)KL... 阅读全文

posted @ 2020-08-10 21:14 路过君 阅读(71) 评论(0) 推荐(0) 编辑

spring security oauth2 资源服务器WebAsyncTask/DeferredResult接口调用报错InsufficientAuthenticationException

摘要: 异常现象 访问非WebAsyncTask接口正常访问WebAsyncTask/DeferredResult接口成功执行代码逻辑,但返... 阅读全文

posted @ 2020-08-10 08:50 路过君 阅读(510) 评论(0) 推荐(0) 编辑

2020年8月7日

EXTJS grid.column.renderer绑定失效

摘要: 案例 extjs版本: 7 modern items:[{ xtype: 'grid', itemConfig: { vie... 阅读全文

posted @ 2020-08-07 10:14 路过君 阅读(91) 评论(0) 推荐(0) 编辑

2020年8月5日

spring security oauth2 资源服务/客户端无法正确获取权限

摘要: 异常现象 当资源服务/客户端使用token-info-uri校验token时无法获取全部的授权权限,只能获取其中一个权限,使用use... 阅读全文

posted @ 2020-08-05 16:48 路过君 阅读(2499) 评论(0) 推荐(0) 编辑

spring security默认访问权限判定源码

摘要: AffirmativeBased org.springframework.security.access.vote.Affirmat... 阅读全文

posted @ 2020-08-05 14:14 路过君 阅读(100) 评论(0) 推荐(0) 编辑

上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页

导航