티스토리 뷰
intellij could not autowire. no beans of 라고 하면서
common, core 모듈에 정의된 Repository를 찾지 못함.
아래와 같이 ComponentScan으로 패키지를 잡아주니 보기 싫은 빨간 줄이 사라짐.
@ComponentScan(basePackages = {"myproject"})
참고
반응형
댓글
intellij could not autowire. no beans of 라고 하면서
common, core 모듈에 정의된 Repository를 찾지 못함.
아래와 같이 ComponentScan으로 패키지를 잡아주니 보기 싫은 빨간 줄이 사라짐.
@ComponentScan(basePackages = {"myproject"})
참고