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