[Error] No qualifying bean of type ~
>>빈으로 등록되지 않은 객체를 주입하려할 때 발생하는 에러
Error creating bean with name 'chartController': Unsatisfied dependency expressed through field 'dto'
; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException
: No qualifying bean of type 'com.example.diary.model.chart.dto.ChartDTO' available
: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@javax.inject.Inject()}
bean으로 등록하지 않은 DTO를 주입해서 사용하려고 했다.
'Spring > Problems' 카테고리의 다른 글
Failed to convert value of type 'java.lang.String' to required type 'java.util.Date' (0) | 2019.08.19 |
---|---|
[Error]스프링 프로젝트명에 빨간 엑스박스가 뜨는 경우 (0) | 2019.07.22 |
[Error] must override a superclass method (0) | 2019.06.23 |
Tomcat version 8.5 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, and 7 Web modules (0) | 2019.06.04 |
[Error] 클래스 로딩 문제 자료 링크 (0) | 2019.06.03 |