通过自定义权限接口后,需要注入到Spring的容器中(注意:需要添加@Primary注解),代码如下:
@Configuration public class AuthConfig { @Bean @Primary public AideShiroAuthentication aideServletGatewayAuthentication(@Autowired OtsWebSessionManager otsWebSessionManager,@Autowired RedisTemplate redisTemplate){ return new AideShiroAuthentication(otsWebSessionManager,redisTemplate); } }基于Servlet体系的HTTP请求代理转发Spring Boot组件 (4)
内容版权声明:除非注明,否则皆为本站原创文章。