Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
Modifier and Type | Class and Description |
---|---|
class |
WebMvcRegistrationsAdapter
Deprecated.
as of 2.0.0
WebMvcRegistrations has default methods (made possible
by a Java 8 baseline) and can be implemented directly without the need for this adapter |
Constructor and Description |
---|
EnableWebMvcConfiguration(org.springframework.beans.factory.ObjectProvider<WebMvcProperties> mvcPropertiesProvider,
org.springframework.beans.factory.ObjectProvider<WebMvcRegistrations> mvcRegistrationsProvider,
org.springframework.beans.factory.ListableBeanFactory beanFactory) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.