애너테이션을 사용해 로직을 추가
pom.xml에 추가
<!-- https://mvnrepository.com/artifact/org.springframework/spring-aop -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.1.1.RELEASE</version>
</dependency>
https://mvnrepository.com/artifact/org.springframework/spring-aop/4.1.1.RELEASE
'JAVA > Spring' 카테고리의 다른 글
spring-context 4.1.1.RELEASE 란? (0) | 2023.04.02 |
---|---|
spring-webmvc 4.1.1.RELEASE 란? (0) | 2023.04.02 |
aspectjrt 1.6.10 이란? (0) | 2023.04.02 |
aspectjweaver 1.6.10 이란? (0) | 2023.04.02 |
aspectjtools 1.6.10 이란? (0) | 2023.04.02 |