@Configuration(proxyBeanMethods=false) @Conditional(value=org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition.class) @ConditionalOnClass(value=javax.servlet.ServletRegistration.class) @EnableConfigurationProperties(value={HttpProperties.class,WebMvcProperties.class}) protected static class DispatcherServletAutoConfiguration.DispatcherServletConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
DispatcherServletConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.DispatcherServlet |
dispatcherServlet(HttpProperties httpProperties,
WebMvcProperties webMvcProperties) |
org.springframework.web.multipart.MultipartResolver |
multipartResolver(org.springframework.web.multipart.MultipartResolver resolver) |
@Bean(name="dispatcherServlet") public org.springframework.web.servlet.DispatcherServlet dispatcherServlet(HttpProperties httpProperties, 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)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.