본문 바로가기
Debugging&Solution/Debugging

[Debugging] java.lang.IllegalArgumentException: error Type referred to is not an annotation type

by 코딩의성지 2020. 4. 5.

Spring에서 별도로 사용할 Annotation을 만들어서 사용하다 아래의 에러가 발생했다 .

 

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'crudPjtApplication': Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: error Type referred to is not an annotation type: tokenRequired at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603) ~[spring-beans-5.2.4.RELEASE.jar:5.2.4.RELEASE]

 

오잉 ..??

 

코드를 한번 확인해보자 ..

 

 

아... ! 파라미터로 toeknRequired 뭔지를 알려줘야하는데 ... 그걸 못하니깐 발생하는 에러였다 ㅎㅎ

 

요렇게 ~~~ 파라미터 채워주면 문제 해결이다. 

반응형

댓글