Created
February 28, 2013 23:59
-
-
Save zzzfree/5061233 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
在web.xml中配置 | |
配置监听器: | |
<listener> | |
<listener-class>org.springframework.web.context.ContextLoaderListener </listener-class> | |
</listener> | |
配置监听器监听的xml | |
<context-param> | |
<param-name>contextConfigLocation</param-name> | |
<param-value>classpath:applicationContext.xml</param-value> | |
</context-param> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment