헬린코린이
org.springframework.beans.factory.BeanCreationException 본문
Programming/Error & Exception
org.springframework.beans.factory.BeanCreationException
HCD 2023. 2. 13. 17:41
에러원인 : 에러 메시지를 읽어보면 error can`t bind type name 'PointcutCommon'이라고 쓰여져있다. 쉽게 말해 PointcutCommon을 찾을 수 없어서 나타나는 에러이다.
해결방안 : PointCommon으로 했어야했는데 어노테이션을 잘못 설정했었다 @Befor()
||
Comments