|
7 | 7 | ### 新增功能 |
8 | 8 | 部分功能描述可在 [APIAuto](https://github.com/TommyLemon/APIAuto) 上查看 <br /> |
9 | 9 | 账号 13000002020 密码 123456 <br /> |
10 | | -http://apijson.cn:8000/api <br /> |
| 10 | +http://apijson.cn/api <br /> |
11 | 11 |
|
12 | 12 | ##### 基本原则 |
13 | 13 | 1.一定要有相关的应用场景,不能是伪需求,最好举例说明 <br /> |
@@ -35,7 +35,7 @@ POST: 用不上,不处理 <br /> |
35 | 35 | @having! 必须性不大,可通过反转内部条件来实现,但如果实现简单、且不影响原来的功能,则可以顺便加上。<br /> |
36 | 36 |
|
37 | 37 | #### 新增支持 @column! |
38 | | -【更新:已提供字段插件 [apijson-column](https://github.com/APIJSON/apijson-column),支持 字段名映射 和 !key 反选字段。】 |
| 38 | +20210415 更新:已提供字段插件 [apijson-column](https://github.com/APIJSON/apijson-column),支持 字段名映射 和 !key 反选字段。 |
39 | 39 |
|
40 | 40 | 这个只在 [apijson-framework](https://github.com/APIJSON/apijson-framework) 支持,需要配置每个接口版本、每张表所拥有的全部字段,然后排除掉 @column! 的。<br /> |
41 | 41 | 可新增一个 VersionedColumn 表记录来代替 HashMap 代码配置。<br /> |
@@ -193,7 +193,6 @@ https://github.com/Tencent/APIJSON/blob/master/APIJSONORM/src/main/java/apijson/ |
193 | 193 |
|
194 | 194 | ### 提高性能 |
195 | 195 | 20200205 更新:最近的及次大幅提升性能相关优化及 Release <br /> |
196 | | -[4.8.0【性能】大幅提升提升单表数组查询性能](https://github.com/Tencent/APIJSON/releases/tag/4.8.0) <br /> |
197 | 196 | [4.6.0【性能】大幅提升数组内主表查询性能](https://github.com/Tencent/APIJSON/releases/tag/4.6.0) <br /> |
198 | 197 | [4.4.5【性能】大幅提升增删改的性能](https://github.com/Tencent/APIJSON/releases/tag/4.4.5) <br /> |
199 | 198 |
|
@@ -231,21 +230,22 @@ https://github.com/Tencent/APIJSON/issues/created_by/QiAnXinCodeSafe |
231 | 230 |
|
232 | 231 | ##### [APIAuto](https://github.com/TommyLemon/APIAuto) 上统计的 bug |
233 | 232 | 账号 13000002000 密码 123456 <br /> |
234 | | -http://apijson.org:8000/auto/ <br /> |
| 233 | +http://apijson.cn/api <br /> |
235 | 234 |
|
236 | 235 | ##### 其它发现的 Bug |
237 | 236 | https://github.com/Tencent/APIJSON/issues?q=is%3Aissue+is%3Aopen+label%3Abug <br /> |
238 | 237 |
|
239 | 238 | #### 完善测试 |
240 | 239 |
|
241 | 240 | ##### 在 APIAuto-机器学习自动化接口管理平台 上传更多、更全面、更细致的测试用例、动态参数等 |
242 | | -http://apijson.org:8000/auto/ <br /> |
| 241 | +http://apijson.cn/api <br /> |
243 | 242 |
|
244 | | -##### 接入 UnitAuto-机器学习自动化单元测试平台,每次启动都自动测试所有可测方法并输出报告 |
245 | | -https://gitee.com/TommyLemon/UnitAuto <br /> |
| 243 | +##### 在 UnitAuto-机器学习自动化单元测试平台 上传更多、更全面、更细致的测试用例、动态参数等 |
| 244 | +http://apijson.cn/unit <br /> |
246 | 245 |
|
247 | 246 |
|
248 | 247 | ### 完善文档 |
| 248 | +20211112 更新:已在官网部署文档 http://apijson.cn/doc/zh |
249 | 249 | 20200205 更新:最近完善及更新了通用文档、上手文档、图文入门文档等,还对首页引导文档加了导航目录 |
250 | 250 | https://github.com/Tencent/APIJSON/blob/master/Navigation.md |
251 | 251 |
|
|
0 commit comments