类 SpringBootWebAutoConfiguration


  • @ConditionalOnWebApplication(type=SERVLET)
    @ConditionalOnClass({javax.servlet.Servlet.class,org.springframework.web.servlet.DispatcherServlet.class})
    @AutoConfigureBefore({org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration.class,org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class})
    @EnableConfigurationProperties(SpringBootWebProperties.class)
    public class SpringBootWebAutoConfiguration
    extends Object
    springboot web auto configuration
    从以下版本开始:
    2021-02-24 17:32
    版本:
    V1.0
    作者:
    研发部-杨建
    • 构造器详细资料

      • SpringBootWebAutoConfiguration

        public SpringBootWebAutoConfiguration​(SpringBootWebProperties springBootWebProperties,
                                              org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
                                              org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)
    • 方法详细资料

      • validator

        @Bean
        public javax.validation.Validator validator()