Error 1. The fully qualified name of the bean's class, except if it serves only as a parent definition for child bean definitions.
프레임워크/SpringBoot 2020. 6. 27. 14:33The fully qualified name of the bean's class, except if it serves only as a parent definition for child bean definitions.
pom.xml 과 root-context.xml 설정 중 위와 같은 에러 메시지가 나왔다.
검색해보니 pom.xml에 org.springframework의 dependency가 없어서 에러가 나는 거였다. 하지만, 확인해보니 추가가 돼 있었고, 오타를 확인했더니 artifactId가 오타나서 그랬다.
pom.xml 수정 후 오류 처리 완료.
'프레임워크 > SpringBoot' 카테고리의 다른 글
스프링부트 프로젝트 jdbc Deprecated 오류 (0) | 2021.07.22 |
---|---|
Spring Web 프로젝트 설정 오류(gradle) (0) | 2021.06.15 |
Spring Junit4 삽질 (0) | 2021.04.23 |
Spring Framework 서비스 트랜잭션 관리 (0) | 2021.02.09 |
xml 파일 설명 (0) | 2020.06.27 |