Mark Spring web config classes as proxyBeanMethods=false
Closes gh-23004
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user