摘要:
新建IgnorenPath类 ,从配置文件中获取需要放行的白名单 package com.Lonni.resource.model; import com.google.common.collect.Sets; import org.springframework.boot.context.prop 阅读全文
摘要:
依赖 和server依赖一样 SecurityConfig配置 package com.Lonni.resource.config; import org.springframework.context.annotation.Configuration; import org.springframe 阅读全文
摘要:
第一部分:关于授权类型 grant_type 的解析 每种 grant_type 都会有一个对应的 TokenGranter 实现类。 所有 TokenGranter 实现类都通过 CompositeTokenGranter 中的 tokenGranters 集合存起来。 然后通过判断 grantT 阅读全文
摘要:
第一部分:关于授权类型 grant_type 的解析 每种 grant_type 都会有一个对应的 TokenGranter 实现类。 所有 TokenGranter 实现类都通过 CompositeTokenGranter 中的 tokenGranters 集合存起来。 然后通过判断 grantT 阅读全文
摘要:
依赖 注:使用的springboot版本 2.2.4.RELEASE ;spring cloud 版本 Hoxton.SR1 加入oauth2和web相关的依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId> 阅读全文