웹 스프링
에러 해결: Could not autowire field: com.onepage.video.VideoService com.onepage.myapp.HomeController.videoService;
binarywoo
2021. 7. 14. 19:56
에러 메세지:
Could not autowire field: com.onepage.video.VideoService com.onepage.myapp.HomeController.videoService;
어찌보면 당연하겠지만 내 실수는 패키지명을 잘못 설정해준것에 있었다.
원인)
패키지명을 com.onepage.myapp.myapp.playlist라고 해버림.
해결방법)
패키지명을 com.onepage.myapp.playlist라고 고침.