/ Published in: XML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<context-param> <param-name>contextConfigLocation</param-name> <param-value> classpath*:applicationContext-*.xml </param-value> </context-param> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener </listener-class> </listener>