类 SpringBootWebAutoConfiguration
- java.lang.Object
-
- cn.t.extension.springboot.starters.web.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 Objectspringboot web auto configuration- 从以下版本开始:
- 2021-02-24 17:32
- 版本:
- V1.0
- 作者:
- 研发部-杨建
-
-
构造器概要
构造器 构造器 说明 SpringBootWebAutoConfiguration(SpringBootWebProperties springBootWebProperties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)
-
-
-
构造器详细资料
-
SpringBootWebAutoConfiguration
public SpringBootWebAutoConfiguration(SpringBootWebProperties springBootWebProperties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)
-
-