@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,springfox.documentation.swagger.configuration.SwaggerCommonConfiguration.class,springfox.documentation.swagger2.configuration.Swagger2DocumentationConfiguration.class,springfox.documentation.swagger2.web.Swagger2ControllerWebMvc.class}) @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class) @ComponentScan(basePackages="cn.ziyicloud.framework.boot.autoconfigure.web.handler") @ConditionalOnProperty(prefix="ziyi.web", name="enable", havingValue="true", matchIfMissing=true) public class ZiyiWebMvcAutoConfigure extends Object
Copyright © 2022. All rights reserved.