| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 76c8885 commit b85aed1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ | |||
| 7 | 7 | ### 新增功能 | |
| 8 | 8 | 部分功能描述可在 [APIAuto](https://github.com/TommyLemon/APIAuto) 上查看 <br /> | |
| 9 | 9 | 账号 13000002020 密码 123456 <br /> | |
| 10 | - http://apijson.org:8000/auto/ <br /> | ||
| 10 | + http://apijson.cn:8000/api <br /> | ||
| 11 | 11 | ||
| 12 | 12 | ##### 基本原则 | |
| 13 | 13 | 1.一定要有相关的应用场景,不能是伪需求,最好举例说明 <br /> | |
@@ -35,6 +35,7 @@ POST: 用不上,不处理 <br /> | |||
| 35 | 35 | @having! 必须性不大,可通过反转内部条件来实现,但如果实现简单、且不影响原来的功能,则可以顺便加上。<br /> | |
| 36 | 36 | ||
| 37 | 37 | #### 新增支持 @column! | |
| 38 | + 【更新:已提供字段插件 [apijson-column](https://github.com/APIJSON/apijson-column),支持 字段名映射 和 !key 反选字段。】 | ||
| 38 | 39 | ||
| 39 | 40 | 这个只在 [apijson-framework](https://github.com/APIJSON/apijson-framework) 支持,需要配置每个接口版本、每张表所拥有的全部字段,然后排除掉 @column! 的。<br /> | |
| 40 | 41 | 可新增一个 VersionedColumn 表记录来代替 HashMap 代码配置。<br /> | |
@@ -191,7 +192,8 @@ https://github.com/Tencent/APIJSON/blob/master/APIJSONORM/src/main/java/apijson/ | |||
| 191 | 192 | ||
| 192 | 193 | ||
| 193 | 194 | ### 提高性能 | |
| 194 | - 20200205 更新:最近的两次大幅提升性能相关优化及 Release <br /> | ||
| 195 | + 20200205 更新:最近的及次大幅提升性能相关优化及 Release <br /> | ||
| 196 | + [4.8.0【性能】大幅提升提升单表数组查询性能](https://github.com/Tencent/APIJSON/releases/tag/4.8.0) <br /> | ||
| 195 | 197 | [4.6.0【性能】大幅提升数组内主表查询性能](https://github.com/Tencent/APIJSON/releases/tag/4.6.0) <br /> | |
| 196 | 198 | [4.4.5【性能】大幅提升增删改的性能](https://github.com/Tencent/APIJSON/releases/tag/4.4.5) <br /> | |
| 197 | 199 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments