인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

문진규's profile image
문진규

asked

Spring Core Principles - Basics

Switch to Spring

오류가나서 질문드립니다

Resolved

Written on

·

221

0

어디서 오류가 나는지 모르겠습니다..

oopspring

Answer 2

0

AnnotationConfigApplicationContext applicationContext = new AnnotationConfigApplicationContext(AppConfig.class);  //스프링 생성방법
이렇게는 오류가 안뜨는데
ApplicationContext  applicationContext = new AnnotationConfigApplicationContext(AppConfig.class);  //스프링 생성방법
강의에서 처럼 ApplicationContext로 객체를 만들면
오류가 납니다

 

안녕하세요.

답변이 필요한 경우, 질문 내용에 대해 영한님과 서포터즈 분들이 확인가능할 수 있게 글을 새로 작성하여 주시면 감사하겠습니다.

 

0

안녕하세요. 문진규님, 공식 서포터즈 OMG입니다.

아래와 같이 AppConfig.class를 추가해보시겠어요?

참고:

강의 3분21초

감사합니다. 

문진규's profile image
문진규

asked

Ask a question