08 2019 档案

获取配置文件类(记录代码.properties)
摘要:1, .properties中key-value形式 propertiesUtil public class PropertiesUtil { public static String getValue(String key){ Properties prop=new Properties(); I 阅读全文

posted @ 2019-08-13 15:33 博客海沐沐 阅读(220) 评论(0) 推荐(0)

webservice jaxws 客户端(服务端和客户端都在本地)
摘要:在本地调用测试接口 阅读全文

posted @ 2019-08-12 11:34 博客海沐沐 阅读(327) 评论(0) 推荐(0)

cxf webservice 客户端(服务端和客户端都在本地的一种测试接口)
摘要:public class Clent { public static void main(String[] args) { ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext(new String[] 阅读全文

posted @ 2019-08-12 11:30 博客海沐沐 阅读(287) 评论(0) 推荐(0)

导航