728x90

현재 회사에서 한 프로젝트에서 spring framework 4.2.8을 사용하고 있다.

 

해당 프로젝트에서 @RequiredArgsConstructor 으로 빈 주입을 했는데 아래와 같은 에러가 났다.

Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field:

 

그래서 찾아보니 4.3 버전 부터 가능한 방법이었다.

 

 

결국엔 @Autowired로 대체할 수 밖에 없었다.

 

 

결론

해당 프로젝트 버전업을 해야겠다.

+ Recent posts