Commit b0926086aeacfb7fe0fc23d2a0fd438c41ed9514
1 parent
dd6ca918
docs: add api link url
Showing
1 changed file
with
3 additions
and
1 deletions
docs/zh/ecosystem/README.md
| @@ -26,7 +26,9 @@ | @@ -26,7 +26,9 @@ | ||
| 26 | 26 | ||
| 27 | ### 后端 | 27 | ### 后端 |
| 28 | 目前鲁班H5的后端是基于 Node.js 写的,社区的很多小伙伴反馈,希望能够提供 Spring Boot 或者 PHP 等其它语言驱动的后端API。因为精力有限,我们提供了如下的解决方案,来尝试解决这个需求: | 28 | 目前鲁班H5的后端是基于 Node.js 写的,社区的很多小伙伴反馈,希望能够提供 Spring Boot 或者 PHP 等其它语言驱动的后端API。因为精力有限,我们提供了如下的解决方案,来尝试解决这个需求: |
| 29 | -1. 提供基于 Swagger UI 的后端API 文档,小伙伴只要参照参照 API 文档,使用 Spring Boot 或者 其它语言实现相同的API即可 | 29 | +1. 提供[基于 Swagger UI 的后端API 文档](https://h5.luban-h5.com/documentation/),小伙伴只要参照参照 API 文档,使用 Spring Boot 或者 其它语言实现相同的API即可 |
| 30 | + | ||
| 31 | + | ||
| 30 | 2. 社区有小伙伴贡献了基于 Spring Boot 的API项目,如下,大家可以根据自己的需求,跟进这两个项目,非常欢迎提 PR 或 相关 issue: | 32 | 2. 社区有小伙伴贡献了基于 Spring Boot 的API项目,如下,大家可以根据自己的需求,跟进这两个项目,非常欢迎提 PR 或 相关 issue: |
| 31 | - [springboot2-jpa-api-for-luban](https://github.com/luban-h5/springboot2-jpa-api-for-luban)   | 33 | - [springboot2-jpa-api-for-luban](https://github.com/luban-h5/springboot2-jpa-api-for-luban)   |
| 32 | - [springboot2-mybatis-plus-api-for-luban](https://github.com/luban-h5/springboot2-mybatis-plus-api-for-luban)   | 34 | - [springboot2-mybatis-plus-api-for-luban](https://github.com/luban-h5/springboot2-mybatis-plus-api-for-luban)   |