행복하게사는게꿈 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로 바꿈