반응형
에러
java.lang.Error: Unresolved compilation problem:
Autowired cannot be resolved to a type
@Autowired
해결:
import org.springframework.beans.factory.annotation.Autowired;
반응형
에러
java.lang.Error: Unresolved compilation problem:
Autowired cannot be resolved to a type
@Autowired
해결:
import org.springframework.beans.factory.annotation.Autowired;