@Configuration @EnableConfigurationProperties(value=ZiyiWebProperties.class) @ConditionalOnClass(value={javax.servlet.Servlet.class,org.springframework.web.servlet.DispatcherServlet.class,org.springframework.web.servlet.config.annotation.WebMvcConfigurer.class}) @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class) @ComponentScan(basePackages="cn.ziyicloud.framework.boot.autoconfigure.web.handler") @ConditionalOnProperty(name="ziyi.web.enabled", havingValue="true", matchIfMissing=true) public class ZiyiWebMvcAutoConfiguration extends Object
Copyright © 2022. All rights reserved.