Skip to content

Commit f471990

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-42165
2 parents 1679a72 + 4f57603 commit f471990

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/aop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Spring Boot provides auto-configuration for aspect-oriented programming (AOP).
55
You can learn more about AOP with Spring in the {url-spring-framework-docs}/core/aop-api.html[Spring Framework reference documentation].
66

77
By default, Spring Boot's auto-configuration configures Spring AOP to use CGLib proxies.
8-
To use JDK proxies instead, set `configprop:spring.aop.proxy-target-class` to `false`.
8+
To use JDK proxies instead, set configprop:spring.aop.proxy-target-class[] to `false`.
99

1010
If AspectJ is on the classpath, Spring Boot's auto-configuration will automatically enable AspectJ auto proxy such that `@EnableAspectJAutoProxy` is not required.

0 commit comments

Comments
 (0)