Bill
|
8f6b8293fc
|
maven 编译jdk 版本
|
2023-11-22 15:35:11 +08:00 |
|
Bill
|
c34ee0fc36
|
升级jdk
|
2023-11-21 15:40:53 +08:00 |
|
TommyLemon
|
c085ab554e
|
@raw 原始 SQL 片段默认支持 & | ^ ~ &= >> 等位运算
|
2023-11-12 18:57:50 +08:00 |
|
TommyLemon
|
0e947d2d85
|
新增支持多字段 IN,SQL 函数 作为 表达式 左侧 值 等条件
|
2023-11-12 17:25:25 +08:00 |
|
TommyLemon
|
c6cba97045
|
Merge branch 'master' of https://github.com/Tencent/APIJSON
|
2023-10-22 22:14:51 +08:00 |
|
TommyLemon
|
790f8c5c1a
|
全能 CRUD: "@gets": { "User":"" // 空字符串转为与 key 同名值 User },"@put": { "Moment":{} // 自动加 "tag":"Moment" },@post:"Comment[]" 自动转为 "@post":{ "Comment[]":"Comment:[]" }
|
2023-10-22 22:14:48 +08:00 |
|
TommyLemon
|
99ec292767
|
doc:调整通用文档描述错误,感谢 NIXUS 的贡献
https://gitee.com/Tencent/APIJSON/pulls/5
|
2023-10-16 00:08:18 +08:00 |
|
TommyLemon
|
f42973369f
|
登记企业新增 上海麦市信息科技有限公司,感谢 gemufeng #616
https://github.com/Tencent/APIJSON/pull/616
|
2023-09-24 23:10:12 +08:00 |
|
TommyLemon
|
54734a18c0
|
Merge branch 'master' into patch-1
|
2023-09-24 23:07:10 +08:00 |
|
TommyLemon
|
8e99f3579f
|
登记企业新增 邻盛科技(武汉)有限公司
https://gitee.com/Tencent/APIJSON/pulls/6/files
|
2023-09-24 23:05:37 +08:00 |
|
TommyLemon
|
44fb2697f1
|
假删除:解决某些情况下读配置时抛异常,感谢 cloudAndMonkey 的贡献 #603
https://github.com/Tencent/APIJSON/pull/603
|
2023-09-24 23:03:04 +08:00 |
|
TommyLemon
|
614864909e
|
假删除:解决 notDeletetValue 未配置也会用 false 作为默认值
|
2023-09-24 23:01:26 +08:00 |
|
gemufeng
|
4147404fa1
|
Update README.md
上海麦市信息科技有限公司
https://www.masscms.com/
|
2023-09-24 15:45:43 +08:00 |
|
cloudAndMonkey
|
98ec0931f3
|
Merge branch 'Tencent:master' into master
|
2023-09-20 14:54:57 +08:00 |
|
TommyLemon
|
371cd0bcf0
|
用户分享文章新增 MassCMS With APIJSON最佳实践
感谢博主的热心分享,点赞支持下吧~
https://zhuanlan.zhihu.com/p/655826966
|
2023-09-17 23:22:54 +08:00 |
|
TommyLemon
|
2b0d612770
|
新增驼峰与蛇形命名互转方法以及 JSONResponse.IS_FORMAT_UNDERLINE 等配置
|
2023-09-10 05:17:40 +08:00 |
|
TommyLemon
|
72524b2956
|
主键类型相关代码全面使用泛型;删除 @Deprecated 代码
|
2023-09-10 03:13:03 +08:00 |
|
TommyLemon
|
74f4e73e92
|
当找不到引用赋值路径对应的非 null 值时在 DEBUG 下返回警告信息
|
2023-09-10 02:31:29 +08:00 |
|
TommyLemon
|
83eeaa28a5
|
新增对允许但容易导致潜在问题的情况在 DEBUG 下返回警告信息
|
2023-09-10 02:30:03 +08:00 |
|
TommyLemon
|
214bbea942
|
更新版本号和添加 source 插件,感谢 jarrodquan 的贡献 #610
https://github.com/Tencent/APIJSON/pull/610
|
2023-09-04 01:18:35 +08:00 |
|
TommyLemon
|
83e8780335
|
解决引用赋值取不到有效值,直接忽略条件仍然执行查询
|
2023-09-03 17:25:21 +08:00 |
|
TommyLemon
|
0852e889b3
|
补充上次少提交的 import 代码
|
2023-09-03 03:53:56 +08:00 |
|
TommyLemon
|
eccf252466
|
完善同一个请求内多种不同操作的关键词,新增支持 @post: "User", @gets: { "Privacy": "Privacy-phone" } 等简化写法
|
2023-09-03 03:52:49 +08:00 |
|
TommyLemon
|
d4be7ce52a
|
远程函数:丰富取常用类型参数值的函数
|
2023-09-03 02:56:48 +08:00 |
|
TommyLemon
|
d748641814
|
解决引用赋值查不到值时返回传入路径导致查询、权限等各种异常
|
2023-09-02 22:00:36 +08:00 |
|
TommyLemon
|
1d6307887b
|
权限:解决删改不支持 String 类型主键
|
2023-09-02 21:55:46 +08:00 |
|
TommyLemon
|
83c00c14e0
|
Merge branch 'master' of https://github.com/Tencent/APIJSON
|
2023-09-02 21:42:54 +08:00 |
|
TommyLemon
|
d4675cd1c5
|
解决一个事务内有多类型数据库/多个不同数据库连接有时不能同步提交/回滚;解决特定版本的 MySQL 等部分数据库重复 setAutoCommit/setTransactionIsolation 报错
|
2023-09-02 21:42:51 +08:00 |
|
Jarrod Quan
|
2a6b81816a
|
添加source插件,方便使用者拉取源码查阅
|
2023-09-01 22:19:59 +08:00 |
|
Jarrod Quan
|
da15edb94b
|
更新版本号
|
2023-09-01 22:19:20 +08:00 |
|
TommyLemon
|
22a9406af5
|
生态:APIJSON 和 RuoYi 框架整合,实现零代码生成页面模板接口,在线维护 APIJSON 数据库配置等
创作不易,为热心的作者打开链接点亮 ⭐️ Star 支持/收藏 下吧~
https://gitee.com/TommyLemon/apijson-ruoyi
|
2023-08-28 22:02:42 +08:00 |
|
cloudAndMonkey
|
668ca2ab40
|
Update AbstractSQLConfig.java
https://github.com/Tencent/APIJSON/issues/602
假删除bug
|
2023-08-25 17:57:42 +08:00 |
|
TommyLemon
|
c8c3b92ce3
|
远程函数:getArgVal 新增支持传 Class<T> 返回指定类型,解决用缺省相对路径从当前请求的全局对象及 Parser 全局缓存取不到参数值
|
2023-08-20 23:32:28 +08:00 |
|
TommyLemon
|
36d4972233
|
远程函数:默认支持从当前请求的全局对象及 Parser 全局缓存取参数值
|
2023-08-20 22:47:28 +08:00 |
|
TommyLemon
|
47439d1add
|
远程函数:新增支持从当前请求的全局对象及 Parser 全局缓存取参数值
|
2023-08-20 22:45:15 +08:00 |
|
TommyLemon
|
d92ab71807
|
15.6K Star 在 400W Java 项目排名前 100,远超 FLAG, BAT 等国内外绝大部分开源项目
https://github.com/Tencent/APIJSON#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9-apijson
|
2023-08-09 11:30:31 +08:00 |
|
TommyLemon
|
3f458611cf
|
自 2016 年起已连续维护近 7 年,50+ 个贡献者、90+ 次发版、3000+ 次提交,不断更新迭代中...
https://github.com/Tencent/APIJSON#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9-apijson
|
2023-08-09 11:29:11 +08:00 |
|
TommyLemon
|
c944c9f7ab
|
远程函数:新增根据路径从当前对象取值的方法 getArgVal(String),方便 Long uid = getArgVal("User/id") 这样取值
|
2023-07-30 23:43:47 +08:00 |
|
TommyLemon
|
47b36c9ea2
|
在线体验 调整为 测试用例
|
2023-07-22 17:43:06 +08:00 |
|
TommyLemon
|
5b76a02424
|
生态项目新增快速构建 APIJSON 查询条件的插件
右上角点 ⭐️ Star 支持下热心的作者吧 ^_^
https://gitee.com/mingbaobaba/apijson-query-spring-boot-starter
|
2023-07-16 22:34:18 +08:00 |
|
TommyLemon
|
563b4afbad
|
GitHub 15.5K Star 在 400W Java 项目排名前 100,远超 FLAG, BAT 等国内外绝大部分开源项目
https://github.com/Tencent/APIJSON/blob/master/README.md#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9-apijson
|
2023-07-10 00:45:41 +08:00 |
|
TommyLemon
|
a94fb96c5d
|
优化代码及注释的格式;完善用异常转换状态码 code
|
2023-07-10 00:43:53 +08:00 |
|
TommyLemon
|
e0d9a7c6e3
|
SQLConfig 和 SQLExecutor 也指定主键泛型
|
2023-07-10 00:40:08 +08:00 |
|
TommyLemon
|
7a24178c7d
|
优化假删除,支持 notDeletedValue,适配 deletedTime = NULL 表示未删除等需求
|
2023-07-10 00:38:10 +08:00 |
|
TommyLemon
|
718a5bbc46
|
新增支持对指定的方法忽略空字符串作为条件值或写入值等
|
2023-07-10 00:35:54 +08:00 |
|
TommyLemon
|
0f1b105c7c
|
新增支持子查询对象内省略关键词 from,自动取最上方的表对象 key 作为 from
|
2023-07-08 19:39:01 +08:00 |
|
TommyLemon
|
db8bc96096
|
Merge branch 'master' of https://github.com/Tencent/APIJSON
|
2023-07-08 19:31:08 +08:00 |
|
TommyLemon
|
247f149c40
|
新增支持在 @column: value 中传自定义表名,例如 Comment.toId, Moment.userId 等
|
2023-07-08 19:08:31 +08:00 |
|
TommyLemon
|
c2b41ed0e9
|
Update Document-English.md, thx to YqxLzx #585
https://github.com/Tencent/APIJSON/blob/master/Document-English.md#2-keyswords-in-url-parameters
|
2023-07-08 18:27:09 +08:00 |
|
TommyLemon
|
f400f0917e
|
优化通过脚本语言校验参数的代码
|
2023-07-08 17:58:13 +08:00 |
|