[ERROR] Could not autowire. No beans of 'PasswordEncoder' type found.
* 관련 기술 스택이 없습니다

• IntelliJ에서 @Autowired / Could not autowire. No beans of '~' type found. 오류가 발생했으나, 서버 실행과 기능 구현에는 문제가 없었다.
• IntelliJ 자체의 문제로 판단하고, Help에서 Edit Custom Properties를 누른 후 idea.spring.boot.filter.autoconfig=false를 추가하는 방법을 시도했지만, 해결되지 않았다.
• 프로젝트 실행이 불가능한 상황이 발생해 "인텔리제이 Could not autowire. No beans of 'PasswordEncoder' type found."라는 구체적인 질문을 통해 해결책을 찾았다.
• 해결 방법은 IntelliJ의 File > Settings > Languages & Frameworks > Spring > Spring Model Dependencies에서 'All'을 선택하는 것이었다.

북마크
공유하기
신고하기