Package | Description |
---|---|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Class and Description |
---|---|
class |
WebMvcConfigurerAdapter
Deprecated.
as of 5.0
WebMvcConfigurer has default methods (made
possible by a Java 8 baseline) and can be implemented directly without the
need for this adapter |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingWebMvcConfiguration.setConfigurers(List<WebMvcConfigurer> configurers) |