본문 바로가기
오류

Autowired cannot be resolved to a type

by 신방동불주먹 2022. 12. 22.
반응형

에러

java.lang.Error: Unresolved compilation problem:
 Autowired cannot be resolved to a type

 

 

 @Autowired

 

해결: 

import org.springframework.beans.factory.annotation.Autowired;

반응형