1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #1185 from water-law/master

修复外链
This commit is contained in:
Guide哥 2021-05-06 21:51:43 +08:00 committed by GitHub
commit a60fc632ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ GET /classes?page=1&size=10 //指定第1页每页10个数据
**RESTful API 介绍:**
- [RESTful API Tutorial](https://RESTfulapi.net/)
- [RESTful API 最佳指南](http://www.ruanyifeng.com/blog/2014/05/RESTful_api.html)(阮一峰,这篇文章大部分内容来源)
- [RESTful API 最佳指南](http://www.ruanyifeng.com/blog/2014/05/restful_api.html)(阮一峰,这篇文章大部分内容来源)
- [[译] RESTful API 设计最佳实践](https://juejin.im/entry/59e460c951882542f578f2f0)
- [那些年,我们一起误解过的 REST](https://segmentfault.com/a/1190000016313947)
- [Testing RESTful Services in Java: Best Practices](https://phauer.com/2016/testing-RESTful-services-java-best-practices/)