|
|
|
@ -39,7 +39,7 @@ import org.springframework.web.servlet.HandlerExceptionResolver;
@@ -39,7 +39,7 @@ import org.springframework.web.servlet.HandlerExceptionResolver;
|
|
|
|
|
* @author Rossen Stoyanchev |
|
|
|
|
* @since 3.1 |
|
|
|
|
*/ |
|
|
|
|
@Configuration |
|
|
|
|
@Configuration(proxyBeanMethods = false) |
|
|
|
|
public class DelegatingWebMvcConfiguration extends WebMvcConfigurationSupport { |
|
|
|
|
|
|
|
|
|
private final WebMvcConfigurerComposite configurers = new WebMvcConfigurerComposite(); |
|
|
|
|