https://www.baeldung.com/spring-beandefinitionstoreexception Spring org.springframework.beans.factory.BeanDefinitionStoreException 일반적으로 bean 정의가 유효하지 않을 때 BeanFactory 의 책임이며 해당 bean의 로딩에 문제가 있는 경우 Cause: java.io.FileNotFoundException BeanDefinitionStoreException 이 기본 IOException 에 의해 발생할 수 있다. IOException Parsing XML Document From ServletContext Resource DispatcherServlet 이 Spring MVC용 web.xml ..