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
By default, Spring Boot’s auto-configuration configures Spring AOP to use CGLib proxies. To use JDK proxies instead, set configprop:spring.aop.proxy-target-class to false. If AspectJ is on the classpath, Spring Boot’s auto-configuration will automatically enable AspectJ auto proxy such that @EnableAspectJAutoProxy is not required.
Spring Boot provides auto-configuration for aspect-oriented programming (AOP)
GroovyAwareAutoProxyCreatorPostProcessor
The text was updated successfully, but these errors were encountered: