오류/Spring

@Setter Autowired cannot be resolved to a type

빨대도둑 2024. 3. 11. 09:43

발생 상황

일정 크기의 광고 코드만 삽입 할 수 있기 때문에 발생합니다 .

 

해결 방식

다음과 같이 라이브러리를 추가해주면 됩니다. 

import org.spirngframework.beans.factory.annotation.*;

 

참고 블로그

https://bears25.tistory.com/100

 

@Setter Autowired cannot be resolved to a type 해결법

위에 import org.springframework.beans.factory.annotation.*; 추가해보자

bears25.tistory.com

 

 

'오류 > Spring' 카테고리의 다른 글

Unauthorized 예외와 JWT 관련 예외 분리하기  (0) 2024.03.11
JWT 로그인시 401 에러  (0) 2024.03.11
log4jdbc-log4j2 적용중 오류  (0) 2024.03.11
web.xml에서 cvc-id.3  (0) 2024.03.11
there is '1' error in 'web-common_3_0.xsd'.  (0) 2024.03.11