parent
e31c295ee9
commit
13c0cf7e2a
|
@ -39,7 +39,7 @@ import org.springframework.context.annotation.Conditional;
|
||||||
* potentially processed method references which will fail if the class is not present. To
|
* potentially processed method references which will fail if the class is not present. To
|
||||||
* handle this scenario, a separate {@code @Configuration} class should be used to isolate
|
* handle this scenario, a separate {@code @Configuration} class should be used to isolate
|
||||||
* the condition. For example: <pre class="code">
|
* the condition. For example: <pre class="code">
|
||||||
* @Configuration(proxyBeanMethods = false)
|
* @AutoConfiguration
|
||||||
* public class MyAutoConfiguration {
|
* public class MyAutoConfiguration {
|
||||||
*
|
*
|
||||||
* @Configuration(proxyBeanMethods = false)
|
* @Configuration(proxyBeanMethods = false)
|
||||||
|
|
Loading…
Reference in New Issue