Mark Spring web config classes as proxyBeanMethods=false

Closes gh-23004
This commit is contained in:
Brian Clozel
2019-05-28 19:11:35 +02:00
parent 83078eb6fd
commit 4b8ce04bdc
2 changed files with 2 additions and 2 deletions

View File

@@ -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();