You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/aop.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ Spring Boot provides auto-configuration for aspect-oriented programming (AOP).
5
5
You can learn more about AOP with Spring in the {url-spring-framework-docs}/core/aop-api.html[Spring Framework reference documentation].
6
6
7
7
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`.
9
9
10
10
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