@Configuration(proxyBeanMethods=false) @Conditional(value=org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition.class) @ConditionalOnClass(value=javax.servlet.ServletRegistration.class) @EnableConfigurationProperties(value=WebMvcProperties.class) protected static class DispatcherServletAutoConfiguration.DispatcherServletConfiguration extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
DispatcherServletConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.DispatcherServlet |
dispatcherServlet(WebMvcProperties webMvcProperties) |
org.springframework.web.multipart.MultipartResolver |
multipartResolver(org.springframework.web.multipart.MultipartResolver resolver) |
@Bean(name="dispatcherServlet") public org.springframework.web.servlet.DispatcherServlet dispatcherServlet(WebMvcProperties webMvcProperties)
@Bean @ConditionalOnBean(value=org.springframework.web.multipart.MultipartResolver.class) @ConditionalOnMissingBean(name="multipartResolver") public org.springframework.web.multipart.MultipartResolver multipartResolver(org.springframework.web.multipart.MultipartResolver resolver)