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 |
|
@BiuBiuDooo0
|
a37353d910
|
Update Document-English.md
Complete Doc-English , The English document compared with the Chinese document lacks the global keyword description
|
2023-07-05 17:46:25 +08:00 |
|
TommyLemon
|
b601195eec
|
APIJSONBoot 约一下午 相当于 SSMH 大小周超过半个月,开发提效 26 倍
https://github.com/Tencent/APIJSON#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9-apijson
|
2023-07-02 13:49:06 +08:00 |
|
TommyLemon
|
b5b421a30b
|
APIJSONBoot 约一下午 相当于 SSMH 大小周过半个月,开发效率提升 26 倍
https://github.com/Tencent/APIJSON#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9-apijson
|
2023-07-02 13:44:00 +08:00 |
|
TommyLemon
|
3b4ebf5470
|
APIJSONBoot 约一下午 相当于 SSMH 大小周超过半个月
https://github.com/Tencent/APIJSON#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9-apijson
|
2023-07-02 13:42:06 +08:00 |
|
TommyLemon
|
fa190ef7bb
|
新增上市公司飞企互联的凌云中台官网 "APIJSON 使用介绍" 的链接
http://api.flyrise.cn:9099/docs/open-docs//1459
|
2023-06-24 23:48:51 +08:00 |
|
TommyLemon
|
47cce42cce
|
新增对腾讯云数据库 TencentDB 的支持说明
https://cloud.tencent.com/product/cdb
|
2023-06-11 18:00:28 +08:00 |
|
TommyLemon
|
530cc14869
|
新增对腾讯分布式数据库 TDSQL 的支持说明
https://cloud.tencent.com/product/tddbms
|
2023-06-11 17:57:58 +08:00 |
|
TommyLemon
|
9c090df05f
|
Update README-English.md
|
2023-06-11 17:57:54 +08:00 |
|
TommyLemon
|
6a66d7c954
|
Update README-English.md, update company logos
https://github.com/Tencent/APIJSON/blob/master/README-English.md#users-of-apijson
|
2023-06-11 17:06:44 +08:00 |
|
TommyLemon
|
1dcc19ebbd
|
Update README-English.md, fix typo
|
2023-06-11 17:00:42 +08:00 |
|
TommyLemon
|
53b17ed1bb
|
自动校验参数:解决自定义代码包含 ":" 冒号时可能误判不是语言名称的字符串,导致报错找不到执行引擎
|
2023-06-04 18:37:07 +08:00 |
|
TommyLemon
|
1b7c6f1d08
|
Operation.ON 改为 IF 并新增支持执行自定义代码
|
2023-06-04 18:21:13 +08:00 |
|
TommyLemon
|
39bdc5899a
|
对存储过程单独传自定义的 数据库名/模式名 时支持横杠,但不允许 -- 上横杠,例如可写为 @key():"api-json .function(arg)",反引号可去掉
|
2023-06-04 05:40:12 +08:00 |
|
TommyLemon
|
d504e387f6
|
开放请求 GET, HEAD 也处理 version 和 tag,解决字段插件配置不能根据版本号生效等问题
|
2023-06-04 03:54:36 +08:00 |
|
TommyLemon
|
ad743b5260
|
请求操作符新增支持监听事件 ON: { "name": { UPDATE:{ "Comment": {"userName@": "User/name" } } } },方便同步修改其它表字段记录值等
|
2023-06-04 03:53:25 +08:00 |
|
TommyLemon
|
d0130bcd67
|
对 SQLConfig 传入 Parser, ObjectParser, version, tag 等,拿到上下文信息来实现某些需求
|
2023-06-04 02:15:51 +08:00 |
|
TommyLemon
|
d325d63089
|
最外层返回当前时间戳毫秒值,方便前后端同步校准时间等场景
|
2023-06-04 00:06:41 +08:00 |
|
TommyLemon
|
31b58e6949
|
PUT 新增支持对 JSONObject {} 格式的字段值传 "key+": [{"key":value}} 新增,传 "key-": ["key"] 移除
|
2023-06-03 19:06:08 +08:00 |
|
TommyLemon
|
3a45780c24
|
调整有问题的方法命名
|
2023-06-03 17:57:04 +08:00 |
|
TommyLemon
|
976c77c1e8
|
统计分析新增 Apple 苹果公司,更新分析截屏让 Google 谷歌公司更显眼
https://github.com/Tencent/APIJSON#%E7%BB%9F%E8%AE%A1%E5%88%86%E6%9E%90
|
2023-05-27 19:55:51 +08:00 |
|
TommyLemon
|
263a9e2d9d
|
使用登记新增 IOTOS 公司的 logo
https://github.com/Tencent/APIJSON#%E4%BD%BF%E7%94%A8%E7%99%BB%E8%AE%B0
|
2023-05-27 19:11:51 +08:00 |
|
TommyLemon
|
e4f1f59a68
|
Update README.md
|
2023-05-27 18:51:19 +08:00 |
|