【发布时间】:2013-06-28 17:00:23
【问题描述】:
我们正在开发一个在 mule-enterprise-3.3.2 上运行的应用程序。出于配置和调整的目的,我们将许多参数放在由 spring 上下文(Spring 3.1)管理的 .properties 文件中,使用以下行:
<context:property-placeholder location="classpath:my-config.properties" />
我们如何在不重新启动服务器的情况下自动重新加载更改的属性?
有什么建议吗?
(注意:我不确定,一般来说,mule 是否可以处理运行时的参数更改。)
【问题讨论】:
标签: spring properties mule