Java Web應用程式中web.xml
內的<context-param>
的contextConfigLocation
作用如下。
例如
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
/WEB-INF/spring-config.xml,
</param-value>
</context-param>
contextConfigLocation
為搭配ContextLoaderListener
用於設定要使用的Spring framework的環境配置檔。
沒有留言:
張貼留言