Skip to content

Commit 1d9f0e2

Browse files
authored
Update Roadmap.md
1 parent b85aed1 commit 1d9f0e2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Roadmap.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### 新增功能
88
部分功能描述可在 [APIAuto](https://github.com/TommyLemon/APIAuto) 上查看 <br />
99
账号 13000002020 密码 123456 <br />
10-
http://apijson.cn:8000/api <br />
10+
http://apijson.cn/api <br />
1111

1212
##### 基本原则
1313
1.一定要有相关的应用场景,不能是伪需求,最好举例说明 <br />
@@ -35,7 +35,7 @@ POST: 用不上,不处理 <br />
3535
@having! 必须性不大,可通过反转内部条件来实现,但如果实现简单、且不影响原来的功能,则可以顺便加上。<br />
3636

3737
#### 新增支持 @column!
38-
更新:已提供字段插件 [apijson-column](https://github.com/APIJSON/apijson-column),支持 字段名映射 和 !key 反选字段。
38+
20210415 更新:已提供字段插件 [apijson-column](https://github.com/APIJSON/apijson-column),支持 字段名映射 和 !key 反选字段。
3939

4040
这个只在 [apijson-framework](https://github.com/APIJSON/apijson-framework) 支持,需要配置每个接口版本、每张表所拥有的全部字段,然后排除掉 @column! 的。<br />
4141
可新增一个 VersionedColumn 表记录来代替 HashMap 代码配置。<br />
@@ -193,7 +193,6 @@ https://github.com/Tencent/APIJSON/blob/master/APIJSONORM/src/main/java/apijson/
193193

194194
### 提高性能
195195
20200205 更新:最近的及次大幅提升性能相关优化及 Release <br />
196-
[4.8.0【性能】大幅提升提升单表数组查询性能](https://github.com/Tencent/APIJSON/releases/tag/4.8.0) <br />
197196
[4.6.0【性能】大幅提升数组内主表查询性能](https://github.com/Tencent/APIJSON/releases/tag/4.6.0) <br />
198197
[4.4.5【性能】大幅提升增删改的性能](https://github.com/Tencent/APIJSON/releases/tag/4.4.5) <br />
199198

@@ -231,21 +230,22 @@ https://github.com/Tencent/APIJSON/issues/created_by/QiAnXinCodeSafe
231230

232231
##### [APIAuto](https://github.com/TommyLemon/APIAuto) 上统计的 bug
233232
账号 13000002000 密码 123456 <br />
234-
http://apijson.org:8000/auto/ <br />
233+
http://apijson.cn/api <br />
235234

236235
##### 其它发现的 Bug
237236
https://github.com/Tencent/APIJSON/issues?q=is%3Aissue+is%3Aopen+label%3Abug <br />
238237

239238
#### 完善测试
240239

241240
##### 在 APIAuto-机器学习自动化接口管理平台 上传更多、更全面、更细致的测试用例、动态参数等
242-
http://apijson.org:8000/auto/ <br />
241+
http://apijson.cn/api <br />
243242

244-
##### 接入 UnitAuto-机器学习自动化单元测试平台,每次启动都自动测试所有可测方法并输出报告
245-
https://gitee.com/TommyLemon/UnitAuto <br />
243+
##### UnitAuto-机器学习自动化单元测试平台 上传更多、更全面、更细致的测试用例、动态参数等
244+
http://apijson.cn/unit <br />
246245

247246

248247
### 完善文档
248+
20211112 更新:已在官网部署文档 http://apijson.cn/doc/zh
249249
20200205 更新:最近完善及更新了通用文档、上手文档、图文入门文档等,还对首页引导文档加了导航目录
250250
https://github.com/Tencent/APIJSON/blob/master/Navigation.md
251251

0 commit comments

Comments
 (0)