[Spring, Spring boot] "Could not autowire. No beans of 'DashBoardService' type found." 오류 해결
원인 1. 보통 서비스쪽에 @Service가 빠진 경우
의외로 문제는 간단했다. DashBoardServiceImpl에 @Service라고 선언을 안해줘서 발생한 문제.
'◽ Spring, SpringBoot' 카테고리의 다른 글
[Spring, Spring boot] Spring Boot " Hello, world!" - 설치 및 시작 설정 (0) | 2020.08.24 |
---|---|
[Spring, Spring boot] 서버와 클라이언트의 동작 이해하기 - 수정1 (0) | 2019.11.23 |
[Spring Maven project] Maven 프로젝트 (1) - Import하기 (0) | 2019.11.05 |
[Spring - 라이브러리(dependency)] "JUnit" 테스트 지원 어노테이션 [ @Test, @Ignore, @Before, @After, @BeforeClass, @AfterClass ] (0) | 2019.11.04 |
[Spring - 어노테이션(Annotation) ] "커스텀 어노테이션(Annotation)" 만들기 (0) | 2019.11.04 |
[Spring - 어노테이션(Annotation) ] @AliasFor (2) | 2019.10.31 |
[Java - 기능 - (14) ] ModelAndView 서블릿 (0) | 2019.10.15 |