摘要: 1. 引入cxf的jar包 pom文件里面直接增加依赖 < dependency> <groupId > junit</ groupId> <artifactId > junit</ artifactId> <version >4.11 </version > <scope >test </scop 阅读全文
posted @ 2018-03-06 10:36 小小小小小小鱼 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: 1. 引入cxf的jar包 pom文件里面直接增加依赖 < dependency> <groupId > junit</ groupId> <artifactId > junit</ artifactId> <version >4.11 </version > <scope >test </scop 阅读全文
posted @ 2018-03-06 10:35 小小小小小小鱼 阅读(245) 评论(0) 推荐(0) 编辑
摘要: /** * @version V1.0 * @Description 调用http接口工具类 * @Author pc * @Date 2018/3/2 11:03 */public class HttpServiceUtil { /** * 接口调用(post请求) 数据处理 * * @param 阅读全文
posted @ 2018-03-06 09:56 小小小小小小鱼 阅读(12603) 评论(0) 推荐(0) 编辑