APIJSON/README.md

311 lines
19 KiB
Markdown
Raw Normal View History

2018-10-27 16:30:08 +08:00
2018-10-27 16:28:34 +08:00
<h1 align="center" style="text-align:center;">
2018-10-27 16:02:24 +08:00
APIJSON
2018-10-27 16:20:35 +08:00
</h1>
2019-04-01 22:41:47 +08:00
2019-04-04 23:41:48 +08:00
<p align="center">🏆码云最有价值开源项目<br />🚀后端接口和文档自动化,前端(客户端) 定制返回JSON的数据和结构</p>
2018-10-27 16:30:08 +08:00
2018-10-27 16:20:35 +08:00
<p align="center" >
2018-10-27 16:02:24 +08:00
<a href="https://github.com/TommyLemon/APIJSON/tree/master/MySQL"><img src="https://img.shields.io/badge/MySQL-5.7%2B-brightgreen.svg?style=flat"></a>
 <a href="https://github.com/TommyLemon/APIJSON/tree/master/PostgreSQL"><img src="https://img.shields.io/badge/PostgreSQL-9.5%2B-brightgreen.svg?style=flat"></a>
2020-01-10 00:27:32 +08:00
 <a href="https://github.com/TommyLemon/APIJSON/tree/master/SQLServer"><img src="https://img.shields.io/badge/SQLServer-2012%2B-brightgreen.svg?style=flat"></a>
2019-09-28 17:01:46 +08:00
<a href="https://github.com/TommyLemon/APIJSON/tree/master/Oracle"><img src="https://img.shields.io/badge/Oracle-11%2B-brightgreen.svg?style=flat"></a>
2018-12-21 00:43:44 +08:00
<a href="https://github.com/TommyLemon/APIJSON/tree/master/MySQL"><img src="https://img.shields.io/badge/TiDB-2.1%2B-brightgreen.svg?style=flat"></a>
2018-10-27 16:15:02 +08:00
</p>
2018-10-27 16:20:35 +08:00
<p align="center" >
2018-10-27 16:02:24 +08:00
<a href="https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-Java-Server"><img src="https://img.shields.io/badge/Java-1.7%2B-brightgreen.svg?style=flat"></a>
 <a href="https://github.com/liaozb/APIJSON.NET"><img src="https://img.shields.io/badge/CSharp-2.1%2B-brightgreen.svg?style=flat"></a>
2019-04-10 23:41:17 +08:00
 <a href="https://github.com/qq547057827/apijson-php"><img src="https://img.shields.io/badge/PHP-7.0%2B-brightgreen.svg?style=flat"></a>
2019-09-07 23:42:05 +08:00
 <a href="https://github.com/kevinaskin/apijson-node"><img src="https://img.shields.io/badge/Node.js-ES6%2B-brightgreen.svg?style=flat"></a>
2019-05-01 00:52:31 +08:00
<a href="https://github.com/crazytaxi824/APIJSON"><img src="https://img.shields.io/badge/Go-1.12.4%2B-brightgreen.svg?style=flat"></a>
2019-05-01 02:04:45 +08:00
<a href="https://github.com/zhangchunlin/uliweb-apijson"><img src="https://img.shields.io/badge/Python-3%2B-brightgreen.svg?style=flat"></a>
2018-10-27 16:15:02 +08:00
</p>
2018-10-27 16:20:35 +08:00
<p align="center" >
2018-10-27 16:02:24 +08:00
<a href="https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-Android"><img src="https://img.shields.io/badge/Android-4.0%2B-brightgreen.svg?style=flat"></a>
 <a href="https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-iOS"><img src="https://img.shields.io/badge/iOS-7%2B-brightgreen.svg?style=flat"></a>
 <a href="https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-JavaScript"><img src="https://img.shields.io/badge/JavaScript-ES6%2B-brightgreen.svg?style=flat"></a>
2018-10-27 16:15:02 +08:00
</p>
2018-10-27 16:20:35 +08:00
<p align="center" >
2019-09-15 02:57:57 +08:00
<a href="https://github.com/TommyLemon/APIJSON/blob/master/README-English.md">English</a>
2018-10-27 16:09:48 +08:00
 <a href="https://github.com/TommyLemon/APIJSON/blob/master/Document.md">通用文档</a>
<a href="http://i.youku.com/apijson">视频教程</a>
2019-11-23 11:13:06 +08:00
<a href="http://apijson.org/auto">在线工具</a>
2018-10-27 16:15:02 +08:00
</p>
2018-10-27 16:28:34 +08:00
2018-10-27 16:34:10 +08:00
<p align="center" >
<img src="https://raw.githubusercontent.com/TommyLemon/APIJSON/master/logo.png" />
</p>
2018-10-27 16:02:24 +08:00
---
2018-09-26 18:08:04 +08:00
2018-08-26 19:02:05 +08:00
2019-07-19 11:04:45 +08:00
APIJSON是一种专为API而生的 JSON网络传输协议 以及 基于这套协议实现的ORM库。<br />
2017-12-05 23:26:15 +08:00
为 简单的增删改查、复杂的查询、简单的事务操作 提供了完全自动化的API。<br />
2017-11-22 00:43:18 +08:00
能大幅降低开发和沟通成本,简化开发流程,缩短开发周期。<br />
2020-03-01 17:19:20 +08:00
适合中小型前后端分离的项目,尤其是 BaaS、Serverless、互联网创业项目和企业自用项目。<br />
2016-11-24 22:54:11 +08:00
2017-12-06 01:18:13 +08:00
通过自动化API前端可以定制任何数据、任何结构<br />
2017-12-05 23:26:15 +08:00
大部分HTTP请求后端再也不用写接口了更不用写文档了<br />
前端再也不用和后端沟通接口或文档问题了!再也不会被文档各种错误坑了!<br />
后端再也不用为了兼容旧接口写新版接口和文档了!再也不会被前端随时随地没完没了地烦了!
2017-12-06 00:26:21 +08:00
2019-04-07 22:43:54 +08:00
<p align="center" >
2019-12-22 14:23:40 +08:00
<a ><img src="https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON/APIJSONisOneOfTheGVPsIn2019-small.jpg"></a>
2019-04-07 22:43:54 +08:00
</p>
2017-12-05 23:37:58 +08:00
### 特点功能
2017-04-23 18:22:37 +08:00
2017-12-06 00:00:17 +08:00
#### 在线解析
2019-04-07 22:53:23 +08:00
* 自动生成接口文档,清晰可读永远最新
2019-05-07 22:17:12 +08:00
* 自动校验与格式化,支持高亮和收展
* 自动生成各种语言代码,一键下载
2018-04-05 18:18:56 +08:00
* 自动管理与测试接口用例,一键共享
2019-05-07 22:17:12 +08:00
* 自动给请求JSON加注释一键切换
2017-12-06 00:00:17 +08:00
2017-12-05 23:37:58 +08:00
#### 对于前端
2017-12-06 00:00:17 +08:00
* 不用再向后端催接口、求文档
2017-12-06 01:19:00 +08:00
* 数据和结构完全定制,要啥有啥
2017-12-06 00:51:38 +08:00
* 看请求知结果,所求即所得
2017-12-06 01:18:13 +08:00
* 可一次获取任何数据、任何结构
2017-12-05 23:26:15 +08:00
* 能去除重复数据,节省流量提高速度
2017-04-23 18:22:37 +08:00
2017-12-05 23:37:58 +08:00
#### 对于后端
2017-12-06 01:02:17 +08:00
* 提供通用接口大部分API不用再写
2017-12-06 00:00:17 +08:00
* 自动生成文档,不用再编写和维护
2018-07-18 10:47:00 +08:00
* 自动校验权限、自动管理版本、自动防SQL注入
2018-04-05 18:18:56 +08:00
* 开放API无需划分版本始终保持兼容
2017-12-06 00:00:17 +08:00
* 支持增删改查、模糊搜索、正则匹配、远程函数等
2017-12-05 23:37:58 +08:00
2017-12-06 00:41:42 +08:00
<br />
2016-11-25 00:29:39 +08:00
2018-06-05 23:40:28 +08:00
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_get.jpg)
2019-04-07 22:48:39 +08:00
<p align="center" >
<a >多表关联查询、结构自由组合、多个测试账号、一键共享测试用例</a>
</p>
2018-06-05 23:40:28 +08:00
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_code.jpg)
2019-04-07 22:48:39 +08:00
<p align="center" >
2019-04-07 22:52:03 +08:00
<a >自动生成封装请求JSON的Android与iOS代码、一键自动生成JavaBean或解析Response的代码</a>
2019-04-07 22:48:39 +08:00
</p>
2018-06-05 23:40:28 +08:00
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_doc.jpg)
2019-04-07 22:48:39 +08:00
<p align="center" >
2019-04-07 22:52:03 +08:00
<a >自动保存请求记录、自动生成接口文档,可添加常用请求、快捷查看一键恢复</a>
2019-04-07 22:48:39 +08:00
</p>
2018-10-27 01:30:21 +08:00
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_test.jpg)
2019-04-07 22:48:39 +08:00
<p align="center" >
<a >一键自动接口回归测试,不需要写任何代码(注解、注释等全都不要)</a>
</p>
2019-10-27 18:30:20 +08:00
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_summary.jpg)
2019-10-27 17:21:31 +08:00
<p align="center" >
2020-04-28 17:44:31 +08:00
<a >一图胜千言 - 部分基础功能概览</a>
2019-10-27 17:21:31 +08:00
</p>
2017-12-06 00:40:38 +08:00
<br /><br />
2018-06-02 23:45:17 +08:00
[以下Gif图看起来比较卡实际在手机上App运行很流畅]
2017-12-06 00:40:38 +08:00
<br />
2018-06-05 23:43:19 +08:00
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_App_MomentList_Circle.gif)
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_App_Moment_Name.gif)
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_App_Moment_Comment.gif)
2017-12-06 00:26:21 +08:00
<br />
2017-12-06 00:26:21 +08:00
### 为什么要用APIJSON
2019-09-22 01:18:43 +08:00
[前后端 关于接口的 开发、文档、联调 等 10 大痛点解析](https://github.com/TommyLemon/APIJSON/wiki)
2017-12-06 00:26:21 +08:00
2020-03-01 16:27:05 +08:00
### 常见问题
#### 1.如何定制业务逻辑?
2020-03-01 17:19:20 +08:00
在后端编写 远程函数,可以拿到 session、version、当前 JSON 对象、参数名称 等,然后对查到的数据自定义处理 <br />
2020-03-01 16:30:57 +08:00
https://github.com/APIJSON/APIJSON/issues/101
2020-03-01 16:27:05 +08:00
2020-04-12 00:41:35 +08:00
#### 2.如何控制权限?
2020-03-01 16:54:12 +08:00
在 Access 表配置校验规则,默认不允许访问,需要对 每张表、每种角色、每种操作 做相应的配置,粒度细分到 Row 级 <br />
2020-03-01 16:52:55 +08:00
https://github.com/APIJSON/APIJSON/issues/12
2020-03-01 16:48:46 +08:00
#### 3.如何校验参数?
2020-03-01 17:20:18 +08:00
在 Request 表配置校验规则 structure提供 NECESSARY、TYPE、VERIFY 等通用方法,可通过 远程函数 来完全自定义 <br />
2020-03-01 16:30:57 +08:00
https://github.com/APIJSON/APIJSON/wiki#%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86
2020-03-01 16:27:05 +08:00
2020-03-01 16:38:49 +08:00
<br />
2020-03-01 17:19:20 +08:00
其它问题见 Closed Issues <br />
2020-03-01 16:38:49 +08:00
https://github.com/APIJSON/APIJSON/issues?q=is%3Aissue+is%3Aclosed
2017-12-06 00:44:37 +08:00
### 快速上手
2017-12-10 16:27:48 +08:00
2017-12-10 16:30:14 +08:00
#### 1.后端部署
2018-01-16 22:26:08 +08:00
可以跳过这个步骤直接用APIJSON服务器IP地址 apijson.cn:8080 来测试接口。<br />
2017-12-11 22:15:49 +08:00
&nbsp; [APIJSON后端部署 - Java](https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-Java-Server)<br />
2017-12-10 16:30:14 +08:00
#### 2.前端部署
2019-07-17 23:20:38 +08:00
可以跳过这个步骤,直接使用 [APIAuto-自动化接口管理工具](https://github.com/TommyLemon/APIAuto) 或 下载客户端App。<br />
2017-12-11 22:15:49 +08:00
&nbsp; [Android](https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-Android) &nbsp;&nbsp; [iOS](https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-iOS) &nbsp;&nbsp; [JavaScript](https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-JavaScript)<br />
2017-07-02 18:00:16 +08:00
2017-12-11 21:29:46 +08:00
### 下载客户端App
2016-12-07 23:13:50 +08:00
2017-12-05 23:26:15 +08:00
仿微信朋友圈动态实战项目<br />
[APIJSONApp.apk](http://files.cnblogs.com/files/tommylemon/APIJSONApp.apk)
2016-12-07 23:13:50 +08:00
2017-12-05 23:26:15 +08:00
测试及自动生成代码工具<br />
[APIJSONTest.apk](http://files.cnblogs.com/files/tommylemon/APIJSONTest.apk)
2016-11-25 01:07:32 +08:00
2019-03-01 00:00:59 +08:00
### 使用登记
2019-02-28 12:46:48 +08:00
<div style="float:left">
2019-03-01 00:12:39 +08:00
<a href="http://www.transsion.com"><img src="http://www.transsion.com/static/images/logo.jpg" height="90"></a>
<a href="http://shebaochina.com"><img src="http://shebaochina.com/static/cn/img/index/logo.png" height="90"></a>
2019-06-06 23:00:09 +08:00
<a href="http://www.xmfish.com"><img src="http://www.xmfish.com/images/chanel/www/f_logo.gif" height="90"></a>
2019-03-01 00:16:43 +08:00
<a href="http://www.xxwolo.com"><img src="http://img.qichacha.com/Product/a917fcca-fbb1-44a2-a079-56985ebf8f9c.jpg" height="90"></a>
2019-10-27 17:38:07 +08:00
<a href="http://t-think.com"><img src="http://t-think.com/img/logo-1.png" height="90"></a>
2019-03-01 00:12:39 +08:00
<a href="http://www.8soo.com"><img src="http://ww1.sinaimg.cn/large/756dd729gw1f9n5ckuq6vj208902it8v.jpg" height="90"></a>
2019-10-27 17:45:31 +08:00
<a href="http://hh.com"><img src="https://www.9800.com/img/logo.png?v=19032201" height="90"></a>
2019-04-30 21:32:56 +08:00
<a href="http://www.aipaipai-inc.com"><img src="http://www.aipaipai-inc.com/uploadfile/upload/2019042913403029.png" height="90"></a>
2019-06-29 16:24:46 +08:00
<a href="https://www.shulian8.com"><img src="https://bookstore-prod.oss-cn-hangzhou.aliyuncs.com/%E5%90%8E%E5%8F%B0%E9%A1%B5%E9%9D%A2_03.png" height="90"></a>
2019-10-27 17:46:44 +08:00
<a href="http://www.hec-bang.com"><img src="http://www.hec-bang.com/assets/images/logo-200x50.png" height="90"></a>
2019-02-28 12:46:48 +08:00
<br />
2019-02-28 12:47:48 +08:00
2019-10-27 17:38:07 +08:00
[更多 APIJSON 使用者](https://github.com/TommyLemon/APIJSON/issues/73)
2016-11-25 01:07:32 +08:00
2019-04-13 13:30:50 +08:00
### 贡献者们
<div style="float:left">
2019-07-31 16:52:58 +08:00
<a href="https://github.com/TommyLemon"><img src="https://avatars1.githubusercontent.com/u/5738175?s=400&u=5b2f372f0c03fae8f249d2d754e38971c2e17b92&v=4"
height="68" width="68" ></a>
<a href="https://github.com/TommyLemon/APIJSON/pull/41"><img src="https://avatars0.githubusercontent.com/u/39320217?s=460&v=4" height="68" width="68" ></a>
2020-04-04 19:00:49 +08:00
<a href="https://github.com/APIJSON/APIJSON/pull/119"><img src="https://avatars1.githubusercontent.com/u/25604004?s=460&v=4" height="68" width="68" ></a>
<a href="https://github.com/TommyLemon/APIJSON/pull/43"><img src="https://avatars0.githubusercontent.com/u/23173448?s=460&v=4" height="68" width="68" ></a>
<a href="https://github.com/TommyLemon/APIJSON/pull/47"><img src="https://avatars2.githubusercontent.com/u/31512287?s=400&v=4" height="68" width="68" ></a>
<a href="https://github.com/TommyLemon/APIJSON/pull/70"><img src="https://avatars1.githubusercontent.com/u/22228201?s=400&v=4" height="68" width="68" ></a>
<a href="https://github.com/TommyLemon/APIJSON/pull/74"><img src="https://avatars0.githubusercontent.com/u/1274536?s=400&v=4" height="68" width="68" ></a>
<a href="https://github.com/APIJSON/APIJSON/pull/92"><img src="https://avatars3.githubusercontent.com/u/6327228?s=400&v=4" height="68" width="68" ></a>
<a href="https://github.com/APIJSON/APIJSON/pull/103"><img src="https://avatars0.githubusercontent.com/u/25990237?s=400&v=4" height="68" width="68" ></a>
<a href="https://github.com/TommyLemon/APIJSON/pull/69"><img src="https://avatars0.githubusercontent.com/u/13880474?s=400&v=4" height="68" width="68" ></a>
<a href="https://github.com/TommyLemon/APIJSON/pull/72"><img src="https://avatars1.githubusercontent.com/u/10663804?s=400&v=4" height="68" width="68" ></a>
<a href="https://github.com/TommyLemon/APIJSON/pull/33"><img src="https://avatars1.githubusercontent.com/u/5328313?s=460&v=4" height="68" width="68" ></a>
2019-04-13 13:30:50 +08:00
<br />
2019-07-31 16:52:58 +08:00
<a href="https://github.com/liaozb/APIJSON.NET"><img src="https://avatars3.githubusercontent.com/u/12622501?s=400&v=4"
height="68" width="68" ></a>
<a href="https://github.com/qq547057827/apijson-php"><img src="https://avatars3.githubusercontent.com/u/1657532?s=400&v=4" height="68" width="68" ></a>
2019-09-28 22:50:54 +08:00
<a href="https://github.com/kevinaskin/apijson-node"><img src="https://avatars3.githubusercontent.com/u/20034891?s=400&v=4"
height="68" width="68" ></a>
2019-07-31 16:52:58 +08:00
<a href="https://github.com/TEsTsLA/apijson"><img src="https://avatars2.githubusercontent.com/u/17310639?s=400&v=4"
height="68" width="68" ></a>
<a href="https://github.com/zhangchunlin/uliweb-apijson"><img src="https://avatars0.githubusercontent.com/u/359281?s=400&v=4" height="68" width="68" ></a>
2019-07-31 16:52:58 +08:00
<a href="https://github.com/crazytaxi824/APIJSON"><img src="https://avatars3.githubusercontent.com/u/16500384?s=400&v=4"
height="68" width="68" ></a>
<a href="https://github.com/luckyxiaomo/APIJSONKOTLIN"><img src="https://avatars2.githubusercontent.com/u/42728605?s=400&v=4" height="68" width="68" ></a>
2019-07-31 16:52:58 +08:00
<a href="https://gitee.com/zhiyuexin/ApiJsonByJFinal"><img src="https://avatar.gitee.com/uploads/90/490_zhiyuexin.jpg!avatar100?1368664499"
height="68" width="68" ></a>
<a href="https://github.com/Airforce-1/SpringServer1.2-APIJSON"><img src="https://avatars3.githubusercontent.com/u/6212428?s=400&v=4" height="68" width="68" ></a>
2019-04-13 13:30:50 +08:00
</div>
<br />
感谢大家的贡献。
2019-03-18 23:29:23 +08:00
### 规划及路线图
https://github.com/APIJSON/APIJSON/blob/master/Roadmap.md
2019-03-18 23:29:23 +08:00
### 我要赞赏
如果你喜欢 APIJSON感觉 APIJSON 帮助到了你,可以点右上角 ⭐Star 支持一下,谢谢 ^_^ <br />
2019-04-28 01:33:18 +08:00
你也还可以扫描下面的二维码,赞助点服务器和域名的购买及维护费用,或者请作者喝一杯咖啡~
2019-03-18 23:29:23 +08:00
<img src="https://raw.githubusercontent.com/TommyLemon/StaticResources/master/pay/WechatPay.JPG" width="240" ><img src="https://raw.githubusercontent.com/TommyLemon/StaticResources/master/pay/QQPay.JPG" width="240" >
2019-04-28 01:33:51 +08:00
> 如果希望捐赠之后能获得相关的帮助,可以选择加入下面的付费群来取代普通捐赠,可以获得作者的直接帮助。
2019-03-18 23:29:23 +08:00
如果在捐赠留言中备注名称,将会被记录到列表中~ 如果你也是 Github 开源作者,<br />
捐赠时可以留下 Github 项目地址或者个人主页地址,链接将会被添加到列表中起到互相推广的作用。
### 技术交流
2019-03-18 23:29:23 +08:00
如果有什么问题或建议可以 [提ISSUE](https://github.com/TommyLemon/APIJSON/issues) 或 加群,交流技术,分享经验。<br >
2019-03-18 23:30:14 +08:00
如果你解决了某些bug或者新增了一些功能欢迎 [贡献代码](https://github.com/TommyLemon/APIJSON/pulls),感激不尽~
2019-03-18 23:29:23 +08:00
#### QQ解决群 - 607020115付费
自开群以来还是有很多的朋友提出了很多问题我也解决了很多问题其中有大半问题是本库的Bug导致也有些是使用者项目本
身的环境问题这花费了我大量的时间经过我的观察和测试到目前为止本库的bug已经越来越少当然不能说完全没有但是
已经能满足很大部分项目的需求。所以从现在起,我做出一个决定:把之前的讨论群改成解决群,并开启付费入群功能,专为解决大
2019-06-17 22:47:05 +08:00
家在使用本库时遇到的问题不管是本库bug还是特殊的项目环境导致包含项目本身的bug
2019-03-19 00:00:51 +08:00
我也有自己的工作和娱乐时间,只有大家理解和支持我,我才能专心的为大家解决问题。不过也不用担心,我已经建立了另一个可以免费
2019-03-18 23:29:23 +08:00
进入的QQ讨论群。
2019-07-18 11:41:53 +08:00
#### QQ讨论群 - 734652054免费
2019-03-18 23:29:23 +08:00
这个群,免费进入,大家可以相互讨论本库的相关使用和出现的问题,群主也会在里面解决问题,如果提出的问题,群成员不能帮助
解决需要群主解决但是要花费群主五分钟以上的时间本库Bug除外群主将不会解决这个问题如果项目紧急请付费进入解
决群解决(不过注意,付费群中群主会很认真很努力的解决问题,但也不能保证已经能完美解决)或者转换使用其他的开源库。
2017-04-01 17:23:49 +08:00
2017-12-05 23:37:58 +08:00
### 相关推荐
2017-04-28 16:08:55 +08:00
[APIJSON, 让接口和文档见鬼去吧!](https://my.oschina.net/tommylemon/blog/805459)
[仿QQ空间和微信朋友圈高解耦高复用高灵活](https://my.oschina.net/tommylemon/blog/885787)
2017-11-16 22:23:27 +08:00
[后端开挂:3行代码写出8个接口](https://my.oschina.net/tommylemon/blog/1574430)
2017-11-22 22:52:47 +08:00
[后端自动化版本管理再也不用改URL了](https://my.oschina.net/tommylemon/blog/1576587)
2020-09-12 23:43:47 +08:00
[APIJSON简单使用](https://blog.csdn.net/m450744192/article/details/108462611)
2017-12-16 13:35:36 +08:00
[3步创建APIJSON后端新表及配置](https://my.oschina.net/tommylemon/blog/889074)
2017-04-28 16:08:55 +08:00
2019-05-23 10:45:48 +08:00
[APIJSON 自动化接口和文档的快速开发神器 (一)](https://blog.csdn.net/qq_41829492/article/details/88670940)
2017-06-11 23:52:49 +08:00
2020-01-10 00:21:15 +08:00
[APIJSON在mac电脑环境下配置去连接SQL Server](https://juejin.im/post/5e16d21ef265da3e2e4f4956)
2020-04-04 18:03:00 +08:00
[APIJSON复杂业务深入实践类似12306订票系统](https://blog.csdn.net/aa330233789/article/details/105309571)
2020-04-04 17:50:32 +08:00
2020-01-10 00:21:15 +08:00
2019-08-28 22:24:47 +08:00
### 生态项目
2020-01-10 00:40:16 +08:00
[APIAuto](https://github.com/TommyLemon/APIAuto) 机器学习测试、自动生成代码、自动静态检查、自动生成文档与注释等,做最先进的接口管理工具
2018-07-04 22:07:38 +08:00
[UnitAuto](https://github.com/TommyLemon/UnitAuto) 机器学习自动化单元测试平台,零代码、全方位、自动化 测试 方法/函数 的正确性和可用性
2019-06-18 23:33:44 +08:00
[apijson-doc](https://github.com/vincentCheng/apijson-doc) APIJSON 官方文档,提供排版清晰、搜索方便的文档内容展示,包括设计规范、图文教程等
2019-06-18 23:21:10 +08:00
2019-10-27 17:27:59 +08:00
[APIJSONdocs](https://github.com/ruoranw/APIJSONdocs) APIJSON 英文文档,提供排版清晰的文档内容展示,包括详细介绍、设计规范、使用方式等
2019-07-07 01:11:32 +08:00
[apijson.org](https://github.com/APIJSON/apijson.org) APIJSON 官方网站,提供 APIJSON 的 功能简介、登记用户、作者与贡献者、相关链接 等
2019-10-27 17:29:33 +08:00
[APIJSON.NET](https://github.com/liaozb/APIJSON.NET) C# 版 APIJSON ,支持 MySQL, PostgreSQL, SQL Server, Oracle, SQLite
2018-09-26 18:16:12 +08:00
2019-10-27 17:29:33 +08:00
[apijson-php](https://github.com/qq547057827/apijson-php) PHP 版 APIJSON基于 ThinkPHP支持 MySQL, PostgreSQL, SQL Server, Oracle 等
2019-03-30 21:01:09 +08:00
2019-10-27 17:29:33 +08:00
[apijson-node](https://github.com/kevinaskin/apijson-node) Node.ts 版 APIJSON提供 nestjs 和 typeorm 的 Demo支持 MySQL, PostgreSQL, SQL Server, Oracle
2019-09-04 14:04:09 +08:00
2019-10-27 17:29:33 +08:00
[uliweb-apijson](https://github.com/zhangchunlin/uliweb-apijson) Python 版 APIJSON支持 MySQL, PostgreSQL, SQL Server, Oracle, SQLite 等
2018-12-08 17:23:58 +08:00
2020-02-15 13:24:18 +08:00
[APIJSON](https://github.com/crazytaxi824/APIJSON) Go 版 APIJSON功能开发中...([不可用且长期未更新,期待热心开发者帮助完善或新增项目](https://github.com/APIJSON/APIJSON/issues/111))
2019-04-30 23:26:45 +08:00
2020-02-15 13:23:33 +08:00
[APIJSONKOTLIN](https://github.com/luckyxiaomo/APIJSONKOTLIN) Kotlin 版 APIJSON基础框架搭建中...(不可用且长期未更新,期待热心开发者帮助完善或新增项目)
2019-04-30 23:24:53 +08:00
2019-05-01 00:57:38 +08:00
[APIJSONParser](https://github.com/Zerounary/APIJSONParser) 第三方 APIJSON 解析器,将 JSON 动态解析成 SQL
2018-12-18 12:10:11 +08:00
2020-09-10 21:04:30 +08:00
[apijson-builder](https://github.com/pengxianggui/apijson-builder) 一个方便为 apijson 构建 rest 请求的 js 库
2019-05-01 00:56:04 +08:00
[ApiJsonByJFinal](https://gitee.com/zhiyuexin/ApiJsonByJFinal) 整合 APIJSON 和 JFinal 的 Demo
2019-03-21 23:09:48 +08:00
2018-12-09 22:19:45 +08:00
[SpringServer1.2-APIJSON](https://github.com/Airforce-1/SpringServer1.2-APIJSON) 智慧党建服务器端,提供 上传 和 下载 文件的接口
2020-04-08 00:36:12 +08:00
[AbsGrade](https://github.com/APIJSON/AbsGrade) 列表级联算法支持微信朋友圈单层评论、QQ空间双层评论、百度网盘多层(无限层)文件夹等
2019-08-28 22:27:01 +08:00
2018-09-20 12:25:32 +08:00
[APIJSON-Android-RxJava](https://github.com/TommyLemon/APIJSON-Android-RxJava) 仿微信朋友圈动态实战项目ZBLibrary(UI) + APIJSON(HTTP) + RxJava(Data)
2016-11-26 13:09:01 +08:00
2019-02-23 15:30:24 +08:00
[Android-ZBLibrary](https://github.com/TommyLemon/Android-ZBLibrary) Android MVP快速开发框架Demo全面注释详细使用简单代码严谨
2018-12-19 10:07:12 +08:00
感谢热心的作者们的贡献,点 ⭐Star 支持下他们吧。
2018-12-19 10:06:28 +08:00
2017-12-06 00:40:38 +08:00
### 持续更新
2017-01-26 14:21:55 +08:00
[https://github.com/TommyLemon/APIJSON/commits/master](https://github.com/TommyLemon/APIJSON/commits/master)
2019-01-24 10:34:34 +08:00
### 码云主页
https://gitee.com/TommyLemon/APIJSON