[IntelliJ] Could not autowire. No beans of 'JobLauncherTestUtils' type found. 빨간줄 없애기

식빵·2024년 10월 4일
0

intellij

목록 보기
18/18

문제점

Spring Batch 관련된 Autowired 코드를 작성하면 이상하게
아래처럼 IntelliJ 가 빨간줄을 칩니다.

에러 내용: Could not autowire. No beans of 'JobLauncherTestUtils' type found.


에러 내용: Could not autowire. No beans of 'JobRepositoryTestUtils' type found.

(웃긴 건 빨간줄이 나오든 말든 코드 실행은 아주 정상적으로 잘된다는 점입니다)



해결법

이건 순수히 IntelliJ IDE 문제인데, 이를 해결하기 위해서는
2개의 플러그인을 설치만 하면 됩니다.

  1. Jakarta EE: Batch Application
  2. Spring Batch

이것만 설치하면 기존에 빨간줄이 나오던 부분이 사라집니다.(아래 그림 참고)

profile
백엔드를 계속 배우고 있는 개발자입니다 😊

0개의 댓글