From e86d0f38e449d774a0f219c7f30905eaab7488db Mon Sep 17 00:00:00 2001 From: Kyle Anderson Date: Fri, 1 Sep 2017 09:07:48 -0700 Subject: [PATCH] Document default value change for proxy-target-class This commit documents the change to the default value for spring.aop.proxy-target-class by clarifying when the default is true vs false. See gh-10134 --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 455cc33831a..a0b55f477ad 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -50,7 +50,7 @@ content into your application; rather pick only the properties that you need. # AOP spring.aop.auto=true # Add @EnableAspectJAutoProxy. - spring.aop.proxy-target-class=false # Whether subclass-based (CGLIB) proxies are to be created (true) as opposed to standard Java interface-based proxies (false). + spring.aop.proxy-target-class= # Whether subclass-based (CGLIB) proxies are to be created (true) as opposed to standard Java interface-based proxies (false). Defaults to "true" when using Spring Transaction Management, otherwise "false". # IDENTITY ({sc-spring-boot}/context/ContextIdApplicationContextInitializer.{sc-ext}[ContextIdApplicationContextInitializer]) spring.application.index= # Application index.