如何将变量作为注释插入配置文件中

时间:2013-11-18 11:45:53

标签: java spring jax-ws

我有一个描述Web服务的类。我需要一个配置文件,以便我可以开出url。我怎么能这样做?

@WebService(targetNamespace = "#{urlProperties.app}")
@SOAPBinding(style=SOAPBinding.Style.RPC, use=SOAPBinding.Use.LITERAL)
public class ApplicationService {...

client.prorerties文件

app=http://example.com:8080/application/acclicationService

applicationContext.xml

<util:properties id="urlProperties" location="classpath:/client.properties" />

此配置不会更改路径,而是#{urlProperties.app}

0 个答案:

没有答案