摘要: 对于接口的返回结果,需要有统一的结构,因为对于不用考虑流量费用的内部系统,对接口数据长度往往不太介意 开源项目的接口规范案例: 1.阿里云: 阿里云健康码引擎的response结构 ResponseResult ResponseResult代码 参考: https://github.com/aliy 阅读全文
posted @ 2016-03-24 17:59 tonglin0325 阅读(2624) 评论(0) 推荐(0) 编辑
摘要: import java.awt.Container; import java.awt.GridLayout; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.util.Vector 阅读全文
posted @ 2016-03-24 17:37 tonglin0325 阅读(5164) 评论(0) 推荐(0) 编辑
摘要: 可以使用mock对springboot web接口进行测试 1.依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>t 阅读全文
posted @ 2016-03-24 16:22 tonglin0325 阅读(6942) 评论(1) 推荐(0) 编辑