我在serverpath.properties中有属性文件,还有一个名为search-servlet.xml的xml文件 位置就像/properties/serverpath.properties和/src/spring/search-servlet.xml
serverpath.properties包含以下键值对 wmcorelib.authentication.url = http://qae.ws.wiley.com:8001/als
现在我想在我的xml中使用这个键 wmcorelib.authentication.url 。
任何帮助都会很棒
答案 0 :(得分:0)
search-servlet是一个bean定义文件吗?如果是这样,您可以使用spring place-holder标记来读取本地文件,并将search-servlet中的键替换为属性文件中的值。 http://docs.spring.io/spring/docs/1.1.4/api/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.html