标签: 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中。