@Configuration
@AutoConfigureBefore(name={"org.apache.shiro.spring.config.web.autoconfigure.ShiroWebFilterConfiguration","org.apache.shiro.spring.boot.ShiroBizWebFilterConfiguration"})
@ConditionalOnProperty(prefix="shiro.jwt",
value="enabled",
havingValue="true")
@EnableConfigurationProperties(value={org.apache.shiro.spring.boot.ShiroBizProperties.class,ShiroJwtProperties.class})
public class ShiroJwtWebFilterConfiguration
extends org.apache.shiro.spring.web.config.AbstractShiroWebFilterConfiguration