강의

멘토링

로드맵

Inflearn Community Q&A

shfur2918's profile image
shfur2918

asked

Spring Core Principles - Basic Edition

Prototype Scope - Problems when used with Singleton Bean

프로토타입 스코프 10분 56초

Written on

·

398

0

@Autowired 하니깐 저는 빨간색으로 줄쳐지는데 이거 왜이런건가요?

스크린샷 2023-04-02 오후 11.00.14.png

spring객체지향

Answer 1

0

안녕하세요. 김지수님, 공식 서포터즈 David입니다.

스프링 빈 대상을 감지하지 못해서 발생한 오류입니다. 진행에는 문제 없으나 인텔리제이에서 해당 메시지를 경고가 아닌 오류 레벨로 표시하고 있습니다.

아래 글을 참고하셔서 오류를 경고로 변경하시면 빨간줄은 사라집니다.

https://corono.tistory.com/m/25

감사합니다.

shfur2918's profile image
shfur2918

asked

Ask a question