본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

JAVA/Spring

spring-aop 4.1.1.RELEASE 란?

애너테이션을 사용해 로직을 추가

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