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>
Last updated
Was this helpful?