如何读取JAX-WS服务中/ WEB-INF / conf文件夹中的属性文件

时间:2016-06-23 08:59:35

标签: java-ee jax-ws properties-file

我尝试过像这样读取属性文件,但它一直在失败。

public class Address
{
  public string City {get; set;}
  public string Street { get; set; }
  public string Country { get; set; }
  public string Phone { get; set; }
}

我正在使用JAX-WS,它已部署在Tomcat中。

0 个答案:

没有答案