<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
<version>3.3.3</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-aop', version='3.3.3')
)