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개의 플러그인을 설치만 하면 됩니다.
이것만 설치하면 기존에 빨간줄이 나오던 부분이 사라집니다.(아래 그림 참고)