Inflearn brand logo image

Inflearn Community Q&A

kdy67212269's profile image
kdy67212269

asked

Spring Framework Core Technologies

IoC Container Part 2: ApplicationContext and Various Bean Configuration Methods

xml 로 빈설징시 springApplication.run

Written on

·

157

0

안녕하세요.

xml 로 빈설징시 springApplication.run 을 주석처리 하지 않으면 오류가 발생하는데 이유가 궁금합니다.

오류내용 : classpath unknown

IllegalStateException fail to load property source from location

classpath:/application.xml

감사합니다.

springjava

Answer 1

0

whiteship님의 프로필 이미지
whiteship
Instructor

코드를 어떻게 작성하고 실행하셨는지 보여주시면 좋겠습니다. 에러만 보자면 classpath:/application.xml을 찾지 못한다는 내용이네요.

kdy67212269's profile image
kdy67212269

asked

Ask a question