- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 SoauUI和postman调试webservice接口
拿天气预报的wsdl来说: http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl getWeatherbyCityName这个方法在SoapUI中返回的值不是真的想要的值,可以换到postman中测试; 具体方式: 复制http://www.webxml.com.cn/WebServices/Weather...
2019-11-28 15:38:07
336
原创 Sptring okhttp3远程调用webservice接口使用(发送xml报文)
POM中配置引用okhttp3的jar包 <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.0.1...
2019-11-28 11:22:11
2281
原创 SpringBoot的YML配置使用方式
两种方式 第一种方式会有许多@Value,因此会有累赘 server:8080 name:xxx age:18 content:"name:${name},age:${age}" 在类中直接 @Value private String content; @RequestMapping("/hello") public String hello()...
2019-11-27 10:21:22
232
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅