-
Spring 에러 모음Spring(전자정부 프레임 워크) 2020. 7. 15. 10:12
org.springframework.beans.factory.UnsatisfiedDependencyException:Error creating bean with name 'memberInfo' defined in file [파일 경로] Ambiguous constructor argument types - did you specify the correct bean references as constructor arguments?
파일 경로에 있는 설정파일에서 bean을 인스턴스화 제대로 못했을때 발생
Cannot find the declaration of element of 'beans'. xmlnsannot find the declaration of element of 'beans'.
xmlns 와 bean의 버전이 안맞아서 발생
xmlns:bean = "www.springframework.org/schema/beans"을 xmlns = "www.springframework.org/schema/beans로 바꿈
'Spring(전자정부 프레임 워크)' 카테고리의 다른 글
Spring(인코딩, encoding 설정) (0) 2020.07.15 Spring(로그인, 회원조회, 회원정보수정, 로그아웃) (0) 2020.07.15 Spring(기본 프로젝트 만들기) (0) 2020.07.14 Spring 기본설정 (0) 2020.07.14 Spring (0) 2020.07.14