Reduce need for bean method proxying and disable where not needed
Closes gh-9068
This commit is contained in:
@@ -11,7 +11,7 @@ class Example {
|
||||
}
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@Log
|
||||
class MvcConfiguration extends WebMvcConfigurerAdapter {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user