Commit 6e6f4f76 authored by Stephane Nicoll's avatar Stephane Nicoll

Remove useless attribute override

This commit removes the override proxyBeanMethods as the aliased
attribute is taking precedence.
parent 4d5d9084
......@@ -43,7 +43,7 @@ import org.springframework.core.annotation.AliasFor;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Configuration(proxyBeanMethods = false)
@Configuration
public @interface SpringBootConfiguration {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment