[에러 해결] NoSuchBeanDefinitionException: No qualifying bean of type 'java.lang.String' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}

리트리버J

·

2021. 5. 31. 14:08

728x90

1. @Component, @Service, @Repository 등 어노테이션 확인

2. DTO / VO에 기본 생성자가 있는지 확인.

3. Lombok 사용 시 @NoArgsConstructor가 있는지 확인

728x90