Spring
@Autowired / Could not autowire. No beans of '~' type found.
leta
2022. 7. 18. 16:11
구글링 해보니 인텔리제이에서 나는 일종의 버그라고 한다.
이클립스에서는 잘 된다고 함... 아나
Help에서 Edit Custom Properties 누른 다음
idea.spring.boot.filter.autoconfig=false 를 추가해주었더니 잘 된다.
https://bkjeon1614.tistory.com/523
[intellij]Could not autowired, No beans of ~ 에러
[Could not autowired, No beans of ~] 이클립스에서 인텔리제이로 변경시 주의 사항입니다. Could not autowired, No beans of ~ 증상 이클립스에선 문제없이 컴파일되지만 인텔리j 에선 위와 같은 오류가 나면서..
bkjeon1614.tistory.com