commit
c3b7754892
@ -33,7 +33,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<version>3.12.1</version>
|
||||
<configuration>
|
||||
<source>17</source>
|
||||
<target>17</target>
|
||||
|
@ -883,7 +883,7 @@ public abstract class AbstractSQLConfig<T extends Object> implements SQLConfig<T
|
||||
|
||||
@Override
|
||||
public boolean limitSQLCount() {
|
||||
return Log.DEBUG == false || AbstractVerifier.SYSTEM_ACCESS_MAP.containsKey(getTable()) == false;
|
||||
return AbstractVerifier.SYSTEM_ACCESS_MAP.containsKey(getTable()) == false;
|
||||
}
|
||||
@Override
|
||||
public boolean allowPartialUpdateFailed() {
|
||||
@ -4587,6 +4587,9 @@ public abstract class AbstractSQLConfig<T extends Object> implements SQLConfig<T
|
||||
*/
|
||||
protected String getOraclePageSql(String sql) {
|
||||
int count = getCount();
|
||||
if (count <= 0 || RequestMethod.isHeadMethod(getMethod(), true)) { // TODO HEAD 真的不需要 LIMIT ?
|
||||
return sql;
|
||||
}
|
||||
int offset = getOffset(getPage(), count);
|
||||
String alias = getAliasWithQuote();
|
||||
|
||||
|
@ -56,6 +56,14 @@
|
||||
- [cnscoo](https://github.com/cnscoo)(阿里云工程师)
|
||||
- [aninZz](https://github.com/aninZz)
|
||||
- [leomiaomiao](https://github.com/leomiaomiao)
|
||||
- [YqxLzx](https://github.com/YqxLzx)
|
||||
- [hiteshbedre](https://github.com/hiteshbedre)
|
||||
- [wahowaho](https://github.com/wahowaho)
|
||||
- [jarrodquan](https://github.com/jarrodquan)
|
||||
- [gemufeng](https://github.com/gemufeng)(上海麦市工程师)
|
||||
- [komiblog](https://github.com/komiblog)
|
||||
- [ostrichManX](https://github.com/ostrichManX)
|
||||
- [jia199807](https://github.com/jia199807)
|
||||
|
||||
#### 其中特别致谢: <br/>
|
||||
cloudAndMonkey 提交的 11 个 Commits, 对 APIJSON 做出了 1,496 增加和 845 处删减(截止 2022/12/15 日); <br/>
|
||||
|
@ -179,7 +179,7 @@ https://github.com/Tencent/APIJSON/wiki
|
||||
* **解决十大痛点** (可帮前后端开发大幅提振开发效率、强力杜绝联调扯皮、巧妙规避文档缺陷、非常节省流量带宽)
|
||||
* **开发提速很大** (CRUD 零代码热更新全自动,APIJSONBoot 对比 SSM、SSH 等保守估计可提速 20 倍以上)
|
||||
* **腾讯官方开源** (使用 GitHub、Gitee、工蜂 等平台的官方账号开源,微信公众号、腾讯云+社区 等官方公告)
|
||||
* **社区影响力大** (GitHub 15.6K Star 在 400W Java 项目排名前 100,远超 FLAG, BAT 等国内外绝大部分开源项目)
|
||||
* **社区影响力大** (GitHub 16K+ Star 在 400W Java 项目排名前 100,远超 FLAG, BAT 等国内外绝大部分开源项目)
|
||||
* **各项荣誉成就** (腾讯内外 5 个奖项、腾讯开源前八、腾讯后端 Star 第一、GitHub Java 日周月榜大满贯 等)
|
||||
* **多样用户案例** (腾讯内有互娱、音乐、微信、云与智慧,外部有华为、华能、百度、快手、中兴、圆通、传音等)
|
||||
* **适用场景广泛** (社交聊天、阅读资讯、影音娱乐、办公学习 等各种 App、网站、小程序、公众号 等非金融类项目)
|
||||
@ -191,7 +191,7 @@ https://github.com/Tencent/APIJSON/wiki
|
||||
* **高质可靠代码** (代码严谨规范,商业分析软件源伞 Pinpoint 代码扫描报告平均每行代码 Bug 率低至 0.15%)
|
||||
* **兼容各种项目** (协议不限 HTTP,与其它库无冲突,对各类 Web 框架集成友好且提供 SpringBoot, JFinal 的示例)
|
||||
* **工程轻量小巧** (仅依赖 fastjson,Jar 仅 280KB,Java 文件仅 59 个共 13719 行代码,例如 APIJSONORM 4.3.1)
|
||||
* **多年持续迭代** (自 2016 年起已连续维护近 7 年,50+ 个贡献者、90+ 次发版、3000+ 次提交,不断更新迭代中...)
|
||||
* **多年持续迭代** (自 2016 年起已连续维护 7 年多,60+ 贡献者、90+ 发版、3000+ 提交,不断更新迭代中...)
|
||||
|
||||
**按照一般互联网中小型项目情况可得出以下对比表格:**
|
||||
|
||||
@ -608,6 +608,8 @@ Issue/问卷 一般解答顺序:贡献者 > 帮助他人的用户 > 提供任
|
||||
|
||||
[SQLAuto](https://github.com/TommyLemon/SQLAuto) 智能零代码自动化测试 SQL 语句执行结果的数据库工具,一键批量生成参数组合、快速构造大量测试数据
|
||||
|
||||
[UIGO](https://github.com/TommyLemon/UIGO) 📱 零代码快准稳 UI 智能录制回放平台 🚀 自动兼容任意宽高比分辨率屏幕、自动精准等待网络请求,录制回放快、准、稳!
|
||||
|
||||
[apijson-doc](https://github.com/vincentCheng/apijson-doc) APIJSON 官方文档,提供排版清晰、搜索方便的文档内容展示,包括设计规范、图文教程等
|
||||
|
||||
[APIJSONdocs](https://github.com/ruoranw/APIJSONdocs) APIJSON 英文文档,提供排版清晰的文档内容展示,包括详细介绍、设计规范、使用方式等
|
||||
|
Loading…
Reference in New Issue
Block a user