您的位置:首页 > 其它

在xml文件里获取jvm环境变量

2012-10-20 20:21 99 查看
<context-param>
<param-name> contextConfigLocation</param-name >
<param-value>
file:${home}${file.separator}amn_sms${file.separator} config${file.separator}context.xml
</param-value>
</context-param>
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: