1

我有一个 Spring 应用程序,它的资源(property-placeholder)没有在我的 spring 上下文中共享。
我在web.xml中定义了ContextLoaderListener,它加载了一个root-context.xml,其中定义了一个<context:property-placeholder location="classpath:file.properies" /> 然后我的应用程序有一个 portlet它,当我尝试使用myportlet-context.xml的file.properties中定义的某些属性时,spring 找不到该值。 我错过了一些事情要做吗? 从 ContextLoaderListener 定义的资源不是在所有上下文中共享吗?


4

1 回答 1

1

我认为你必须加载<context:property-placeholder location="classpath:file.properies" />调度程序 servlet ..

于 2013-12-16T03:41:04.503 回答