ERROR-ProceedingJoinPoint cannot be resolved to a type 해결방법
CODEDRAGON ㆍDevelopment/Spring
반응형
에러메시지
ProceedingJoinPoint cannot be resolved to a type |
|
해결방법
pom.xml
AOP 설정을 추가합니다.
<dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.7.4</version> </dependency> |