org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'kr.or.kosa.service.ReplyService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
프로젝트 구동시 난 에러
서비스단에 @Service 어노테이션이 없어 빈을 만들지 못해 생긴 에러였다.
'개발' 카테고리의 다른 글
[에러일기]sendRedirect시 ContextPath 누락으로 인한 404 (0) | 2023.01.18 |
---|---|
[에러일기]BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext (0) | 2023.01.12 |
@RestController (0) | 2023.01.11 |
@InitBinder를 통한 파라미터 변환 (0) | 2023.01.10 |
우리 팀을 위한 설정 정리 (0) | 2023.01.10 |