Reduce need for bean method proxying and disable where not needed
Closes gh-9068
This commit is contained in:
@@ -40,7 +40,7 @@ public class SampleParentContextApplication {
|
||||
.child(SampleParentContextApplication.class).run(args);
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@EnableAutoConfiguration
|
||||
@EnableConfigurationProperties(ServiceProperties.class)
|
||||
protected static class Parent {
|
||||
|
||||
Reference in New Issue
Block a user