We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者从 2012 年开始,作为架构师参与多个移动应用的前后端开发,多年来经历过多个行业及多种前端形态的项目,设计开发了多个后端服务。
经过多年积累,渐渐稳定下一套后端 HTTP 接口设计方案,现分享给大家,共同交流学习。
本方案围绕 HTTP 协议,不限制前后端技术方案,前端支持 PC Web,App,小程序,H5,IoT 设备等,后端可用任意开发语言实现。
随方案提供了一个基于 Spring Boot 的简单实现,相信 Spring Boot 是国内应用最广的技术栈,通过这个示例项目,可以看到方案中的规则如何反映到代码上。
指南文字版:https://www.jitao.tech/blog/2020/01/java-http-api/ PDF 文件下载地址:https://www.jitao.tech/static/http-api-1.0.pdf 示例地址:https://github.com/flmn/http-api-demo 其中示例代码的doc目录也有 PDF 文件。
The text was updated successfully, but these errors were encountered:
BTW,我是阮老师的忠实读者,内容十分符合我胃口。
Sorry, something went wrong.
签名,加签 比较重要,期待这一块的
No branches or pull requests
作者从 2012 年开始,作为架构师参与多个移动应用的前后端开发,多年来经历过多个行业及多种前端形态的项目,设计开发了多个后端服务。
经过多年积累,渐渐稳定下一套后端 HTTP 接口设计方案,现分享给大家,共同交流学习。
本方案围绕 HTTP 协议,不限制前后端技术方案,前端支持 PC Web,App,小程序,H5,IoT 设备等,后端可用任意开发语言实现。
随方案提供了一个基于 Spring Boot 的简单实现,相信 Spring Boot 是国内应用最广的技术栈,通过这个示例项目,可以看到方案中的规则如何反映到代码上。
指南文字版:https://www.jitao.tech/blog/2020/01/java-http-api/
PDF 文件下载地址:https://www.jitao.tech/static/http-api-1.0.pdf
示例地址:https://github.com/flmn/http-api-demo
其中示例代码的doc目录也有 PDF 文件。
The text was updated successfully, but these errors were encountered: