org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'test':
Instantiation of bean failed;
nested exception is org.springframework.beans.BeanInstantiationException:
Failed to instantiate [org.junit.jupiter.api.Test]:
Specified class is an interface
"ApplicationContext ac = new AnnotationConfigApplicationContext(TestConfig.class);"`
➡️ 여기서 그냥 `Test.class` 로 하는 바람에, 이게 클래스가 아니고 인터페이스다~~ 라는 오류가 뜬 것!
✔️ 에러 메시지를 읽고 잘 해결해서 뿌듯하다.~