@Configuration
@ConditionalOnClass(value=org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.class)
@Import(value=org.apache.shiro.spring.web.config.ShiroRequestMappingConfig.class)
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnProperty(name="shiro.web.enabled",
matchIfMissing=true)
public class ShiroWebMvcAutoConfiguration
extends Object
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.