Spring Spring XML 설정 파일에서 import 동작 원리 잘못된 spring configuration문제로 StackOverflowException 황당한 예외 이 글을 읽다가 궁금해서 테스트를 해봤습니다. package contextImport; import static org.junit.Assert.*; import org.junit.Test;import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext; public class ApplicationContextTest { @Test public void