ContextLoaderListener: 1개의 글
Servlet에서 스프링 ApplicationContext 사용하기
Servlet에서 스프링 ApplicationContext 사용하기 pom.xml org.springframework spring-webmvc 5.1.3.RELEASE 스프링 ApplicationContext, 즉 스프링 IoC를 사용하려면 관련 의존성을 추가해야 한다. spring-context 라이브러리를 가져올 수 있도록 의존성을 추가한다. 위 예제에서는 spring-webmvc를 가져오도록 했지만 spring-context만 가져와도 된다. web.xml org.springframework.web.context.ContextLoaderListener contextClass org.springframework.web.context.support.AnnotationConfigWebApplication..
Spring Framework/Spring Core
2021. 4. 22. 00:38