aspectj 라이브러리, AOP 연관 라이브러리

Spring 2017. 12. 27. 13:15 Posted by 알기에링
1
2
3
4
// aspectj 라이브러리: AOP와 연관이 있는 라이브러리
    compile group: "org.aspectj" , name: "aspectjrt"     , version: "1.8.6"
    compile group: "org.aspectj" , name: "aspectjweaver" , version: "1.8.6"
    compile group: "org.aspectj" , name: "aspectjtools"  , version: "1.8.6"
cs

'Spring' 카테고리의 다른 글

로그 관련 라이브러리  (0) 2017.12.27
Spring에서 annotation 가능하게 하기  (0) 2017.12.27
Spring framework 라이브러리 build.gradle  (0) 2017.12.27
JSP, Spring 한글 깨짐 해결법  (0) 2017.12.26