🏆 实时 零代码、全功能、强安全 ORM 库 🚀
后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构
- English
- 通用文档
+ English
+ 通用文档
视频教程
测试用例
AI 问答
@@ -196,15 +192,13 @@ https://www.bilibili.com/video/BV1yv411p7Y4
### 为什么选择 APIJSON?
-前后端 关于接口的 开发、文档、联调 等 10 大痛点解析
-https://github.com/Tencent/APIJSON/wiki
+前后端 关于接口的 开发、文档、联调 等 10 大痛点解析 [Wiki](https://github.com/APIJSON/APIJSON/wiki)
* **解决十大痛点** (可帮前后端开发大幅提振开发效率、强力杜绝联调扯皮、巧妙规避文档缺陷、非常节省流量带宽)
* **开发提速很大** (CRUD 零代码热更新全自动,APIJSONBoot 对比 SSM、SSH 等保守估计可提速 20 倍以上)
-* **腾讯官方开源** (使用 GitHub、Gitee、工蜂 等平台的官方账号开源,微信公众号、腾讯云+社区 等官方公告)
* **社区影响力大** (GitHub 18K+ Star 在 400W Java 项目排名前 100,远超 FLAG, BAT 等国内外绝大部分开源项目)
-* **各项荣誉成就** (腾讯内外 5 个奖项、腾讯开源前五、腾讯后端 Star 第一、Trending 日周月榜大满贯 等)
-* **多样用户案例** (腾讯内有互娱、音乐、微信、云与智慧,外部有华为、华能、百度、快手、中兴、圆通、传音等)
+* **各项荣誉成就** (腾讯内外 5 个奖项、QECon 大会和 Gitee Meetup 演讲、GitHub Trending 日周月榜大满贯 等)
+* **多样用户案例** (腾讯内有互娱、音乐、微信、云与智慧等,外部有华为、华能、百度、快手、中兴、圆通、传音等)
* **适用场景广泛** (社交聊天、阅读资讯、影音娱乐、办公学习 等各种 App、网站、小程序、公众号 等非金融类项目)
* **周边生态丰富** (Android, iOS, Web 等各种 Demo、继承 JSON 的海量生态、零代码 接口测试 和 单元测试 工具等)
* **文档视频齐全** (项目介绍、快速上手、安装部署 等后端、前端、客户端的 图文解说、视频教程、代码注释 等)
@@ -214,7 +208,7 @@ https://github.com/Tencent/APIJSON/wiki
* **高质可靠代码** (代码严谨规范,蚂蚁集团源伞 Pinpoint 代码扫描分析报告平均每行代码 Bug 率低至 0.15%)
* **兼容各种项目** (协议不限 HTTP,与其它库无冲突,对各类 Web 框架集成友好且提供 SpringBoot, JFinal 的示例)
* **工程轻量小巧** (无第三方依赖,Jar 仅 263KB,Java 文件仅 68 个共 14864 行代码,例如 APIJSONORM 8.1.0)
-* **多年持续迭代** (自 2016 年起已连续维护 9 年多,80+ 贡献者、100+ 发版、3000+ 提交,不断更新迭代中...)
+* **十年持续迭代** (自 2016 年起已连续维护 9 年多,80+ 贡献者、100+ 发版、3000+ 提交,不断更新迭代中...)
**按照一般互联网中小型项目情况可得出以下对比表格:**
@@ -228,7 +222,7 @@ https://github.com/Tencent/APIJSON/wiki
### 用户反馈
**腾讯 IEG 数据产品开发组负责人 xinlin:**
-“腾讯的 APIJSON 开源方案,它可以做到零代码生成接口和文档,并且整个生成过程是自动化。当企业有元数据的时候,马上就可以获得接口”
+“APIJSON 开源方案,它可以做到零代码生成接口和文档,并且整个生成过程是自动化。当企业有元数据的时候,马上就可以获得接口”
**腾讯科技 后台开发高级工程师 雷大锤:**
“可以抽出时间来看apijson了,这个可以为T10做准备,也是业界很火的东西,可以提升个人影响力!”
@@ -248,31 +242,28 @@ https://github.com/Tencent/APIJSON/wiki
**中兴 duyijiang:**
“感谢腾讯大大提供的框架,很好用”
-https://github.com/Tencent/APIJSON/issues/132#issuecomment-1106669540
+https://github.com/APIJSON/APIJSON/issues/132#issuecomment-1106669540
### 常见问题
#### 1.如何定制业务逻辑?
-在后端编写 远程函数,可以拿到 session、version、当前 JSON 对象、参数名称 等,然后对查到的数据自定义处理
-https://github.com/Tencent/APIJSON/issues/101
+在后端编写 远程函数,可以拿到 session、version、当前 JSON 对象、参数名称 等,然后对查到的数据自定义处理 [issues#101](https://github.com/APIJSON/APIJSON/issues/101)
#### 2.如何控制权限?
-在 Access 表配置校验规则,默认不允许访问,需要对 每张表、每种角色、每种操作 做相应的配置,粒度细分到行级
-https://github.com/Tencent/APIJSON/issues/12
+在 Access 表配置校验规则,默认不允许访问,需要对 每张表、每种角色、每种操作 做相应的配置,粒度细分到行级 [issues#12](https://github.com/APIJSON/APIJSON/issues/12)
#### 3.如何校验参数?
-在 Request 表配置校验规则 structure,提供 MUST、TYPE、VERIFY 等通用方法,可通过 远程函数 来完全自定义
-https://github.com/Tencent/APIJSON/wiki#%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86
+在 Request 表配置校验规则 structure,提供 MUST、TYPE、VERIFY 等通用方法,可通过 远程函数 来完全自定义 [Wiki](/wiki#%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86)
+
+更多常见问题及提问前必看 [issues#36](https://github.com/APIJSON/APIJSON/issues/36)
-更多常见问题及提问前必看
-https://github.com/Tencent/APIJSON/issues/36
### 注意事项
**请求参数 JSON 中表名、字段名、关键词及对应的值都是大小写敏感、逗号敏感、分号敏感、空格敏感、换行敏感,
-大部分情况都不允许空格和换行,表名以大写字母开头,不要想当然,请严格按照 [设计规范](https://github.com/Tencent/APIJSON/blob/master/Document.md#3) 来调用 API !**
-[#181](https://github.com/Tencent/APIJSON/issues/181)
+大部分情况都不允许空格和换行,表名以大写字母开头,不要想当然,请严格按照 [设计规范](/Document.md#3) 来调用 API !**
+[issues#181](https://github.com/APIJSON/APIJSON/issues/181)
@@ -304,7 +295,7 @@ https://github.com/Tencent/APIJSON/issues/36
### 使用登记
如果您在使用 APIJSON,请让我们知道,您的使用对我们非常重要(新的按登记顺序排列、专群优先答疑解惑):
-https://github.com/Tencent/APIJSON/issues/187
+https://github.com/APIJSON/APIJSON/issues/187
@@ -342,7 +333,7 @@ https://github.com/Tencent/APIJSON/issues/187
-
@@ -353,14 +344,14 @@ https://github.com/Tencent/APIJSON/issues/187
-
-
-根据开源指南针报告,APIJSON Java 版已经是国内顶级、国际一流的 Java 开源项目了 [#518](https://github.com/Tencent/APIJSON/issues/518)
### 规划及路线图
-新增功能、强化安全、提高性能、增强稳定、完善文档、丰富周边、推广使用 🏆 Real-Time no-code, powerful and secure ORM 🚀
providing APIs and Docs without coding by Backend, and Frontend can customize response JSONs
- 中文版 - Document + 中文版 + Document Video Test Ask AI Skills MCP - A2API
@@ -219,7 +214,7 @@ Complex production App like Twitter tweets
##
@@ -282,7 +277,7 @@ https://github.com/Tencent/APIJSON/issues/187
-
@@ -293,22 +288,21 @@ https://github.com/Tencent/APIJSON/issues/187
-
-
+APIJSON was shown as a top open source Java projects on OSS Compass [#518](https://github.com/APIJSON/APIJSON/issues/518)
+
### Ecosystem
[APIJSON-Demo](https://github.com/APIJSON/APIJSON-Demo) Demo projects with document and SQL files for APIJSON with different programming languages and different frameworks
@@ -349,7 +346,7 @@ a lot of employees from big famous companies(Tencent, Huawei, Microsoft, Zoom, e
[apijson-router](https://github.com/APIJSON/apijson-router) A router plugin for APIJSON, expose undercontrolled RESTful-like HTTP API to public network, transfer to APIJSON request and execute
-[apijson-column](https://github.com/APIJSON/apijson-column) A column plugin for Tencent APIJSON, supports Column Inverse and Column Mapping
+[apijson-column](https://github.com/APIJSON/apijson-column) A column plugin for APIJSON, supports Column Inverse and Column Mapping
[apijson-jackson](https://github.com/APIJSON/apijson-jackson) A jackson plugin for APIJSON