본문 바로가기
dev/Problem

[문제해결] The fully qualified name of the bean's class, except if it serves only as a parent definition for child bean definitions.

by dev_Step 2022. 3. 2.

root-context.xml을 통해서 bean등록을 하려고 할경우. 

"The fully qualified name of the bean's class, except if it serves only as a parent definition for  child bean definitions."

라는 경고문구를 본적이 있는가? 이는 해당 class가 dependency등록이 되어 있지 않아서 해당 bean등록을 할 수 없음을

말한다.

 

bean 설정에 필요한 class를 dependency를 추가하면 해결된다.