1.15.4 웹 어플리케이션에 대한 간편한 Application 인스턴스화 by sh
1.15.4. 웹 어플리케이션을 위한 편리한 ApplicationContext 인스턴스화
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/daoContext.xml /WEB-INF/applicationContext.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>Previous1.15.3 로우 레벨 리소스에 대한 편리한 접근 by shNext1.15.5 스프링 ApplicationContext를 Java EE RAR 파일로 배포하가ㅣ by sh
Last updated
Was this helpful?