https://resian-programming.tistory.com/25
위로 아래 에러를 해결했다.
https://covenant.tistory.com/243
이걸 실습하다가 발생한 문제.
Field authorRepository in com.inseouls.inseoul.service.LibraryService required a bean of type 'com.inseouls.inseoul.repository.AuthorRepository' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.inseouls.inseoul.repository.AuthorRepository' in your configuration.
https://oingdaddy.tistory.com/254
@ComponentScan와 관련되서 위의 블로그를 보는게 매우 좋을듯 하다.
내가 적어 놓은 에러는 컴포넌트가 스캔이 되지 않는것과 관련되어 있다.