오류
Autowired cannot be resolved to a type
신방동불주먹
2022. 12. 22. 11:12
반응형
에러
java.lang.Error: Unresolved compilation problem:
Autowired cannot be resolved to a type
@Autowired
해결:
import org.springframework.beans.factory.annotation.Autowired;
반응형