标签:request postman 事件 post 排除 man clean eth 请求
事件经过:
1.在本地机器运行完全正常的程序,手动人工发包到测试环境上,后台日志频频报method GET must not have a request body。
2.使用postman发送post请求,完全没有get请求
3.反复审查代码,整个调用链路没有get请求方式
最终排除出问题在
引用jar没有更新,使用的旧的get方式的jar包文件
反省:
1. 手动人工发包记得clean package/install所有引用的jar。
2. 发包要经过部署流程,不容易出错。流程上应该保证,而不是由人来保证正确。
今天犯的一个错误,导致method GET must not have a request body
标签:request postman 事件 post 排除 man clean eth 请求
原文地址:http://www.cnblogs.com/davidwang456/p/6837968.html