Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
newrain7803
/
APIJSON
Public
forked from
Tencent/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 20, 2023
远程函数:getArgVal 新增支持传 Class<T> 返回指定类型,解决用缺省相对路径从当前请求的全局对象及 Parser 全局缓存取不到参数值
TommyLemon
committed
c8c3b92
View commit details
Copy full SHA for c8c3b92
Browse repository at this point
远程函数:默认支持从当前请求的全局对象及 Parser 全局缓存取参数值
TommyLemon
committed
36d4972
View commit details
Copy full SHA for 36d4972
Browse repository at this point
远程函数:新增支持从当前请求的全局对象及 Parser 全局缓存取参数值
TommyLemon
committed
47439d1
View commit details
Copy full SHA for 47439d1
Browse repository at this point
Commits on Aug 9, 2023
15.6K Star 在 400W Java 项目排名前 100,远超 FLAG, BAT 等国内外绝大部分开源项目
Show description for d92ab71
TommyLemon
authored
d92ab71
View commit details
Copy full SHA for d92ab71
Browse repository at this point
自 2016 年起已连续维护近 7 年,50+ 个贡献者、90+ 次发版、3000+ 次提交,不断更新迭代中...
Show description for 3f45861
TommyLemon
authored
3f45861
View commit details
Copy full SHA for 3f45861
Browse repository at this point
Commits on Jul 30, 2023
远程函数:新增根据路径从当前对象取值的方法 getArgVal(String),方便 Long uid = getArgVal("User/id") 这样取值
TommyLemon
committed
c944c9f
View commit details
Copy full SHA for c944c9f
Browse repository at this point
Commits on Jul 22, 2023
在线体验 调整为 测试用例
TommyLemon
authored
47b36c9
View commit details
Copy full SHA for 47b36c9
Browse repository at this point
Commits on Jul 16, 2023
生态项目新增快速构建 APIJSON 查询条件的插件
Show description for 5b76a02
TommyLemon
authored
5b76a02
View commit details
Copy full SHA for 5b76a02
Browse repository at this point
Commits on Jul 9, 2023
GitHub 15.5K Star 在 400W Java 项目排名前 100,远超 FLAG, BAT 等国内外绝大部分开源项目
Show description for 563b4af
TommyLemon
authored
563b4af
View commit details
Copy full SHA for 563b4af
Browse repository at this point
优化代码及注释的格式;完善用异常转换状态码 code
TommyLemon
committed
a94fb96
View commit details
Copy full SHA for a94fb96
Browse repository at this point
SQLConfig 和 SQLExecutor 也指定主键泛型
TommyLemon
committed
e0d9a7c
View commit details
Copy full SHA for e0d9a7c
Browse repository at this point
优化假删除,支持 notDeletedValue,适配 deletedTime = NULL 表示未删除等需求
TommyLemon
committed
7a24178
View commit details
Copy full SHA for 7a24178
Browse repository at this point
新增支持对指定的方法忽略空字符串作为条件值或写入值等
TommyLemon
committed
718a5bb
View commit details
Copy full SHA for 718a5bb
Browse repository at this point
Commits on Jul 8, 2023
新增支持子查询对象内省略关键词 from,自动取最上方的表对象 key 作为 from
TommyLemon
committed
0f1b105
View commit details
Copy full SHA for 0f1b105
Browse repository at this point
Merge branch 'master' of https://github.com/Tencent/APIJSON
TommyLemon
committed
db8bc96
View commit details
Copy full SHA for db8bc96
Browse repository at this point
新增支持在 @column: value 中传自定义表名,例如 Comment.toId, Moment.userId 等
TommyLemon
committed
247f149
View commit details
Copy full SHA for 247f149
Browse repository at this point
Update Document-English.md, thx to YqxLzx #585
Show description for c2b41ed
TommyLemon
authored
c2b41ed
View commit details
Copy full SHA for c2b41ed
Browse repository at this point
优化通过脚本语言校验参数的代码
TommyLemon
committed
f400f09
View commit details
Copy full SHA for f400f09
Browse repository at this point
Commits on Jul 5, 2023
Update Document-English.md
Show description for a37353d
YqxLzx
authored
a37353d
View commit details
Copy full SHA for a37353d
Browse repository at this point
Commits on Jul 2, 2023
APIJSONBoot 约一下午 相当于 SSMH 大小周超过半个月,开发提效 26 倍
Show description for b601195
TommyLemon
authored
b601195
View commit details
Copy full SHA for b601195
Browse repository at this point
APIJSONBoot 约一下午 相当于 SSMH 大小周过半个月,开发效率提升 26 倍
Show description for b5b421a
TommyLemon
authored
b5b421a
View commit details
Copy full SHA for b5b421a
Browse repository at this point
APIJSONBoot 约一下午 相当于 SSMH 大小周超过半个月
Show description for 3b4ebf5
TommyLemon
authored
3b4ebf5
View commit details
Copy full SHA for 3b4ebf5
Browse repository at this point
Commits on Jun 24, 2023
新增上市公司飞企互联的凌云中台官网 "APIJSON 使用介绍" 的链接
Show description for fa190ef
TommyLemon
authored
fa190ef
View commit details
Copy full SHA for fa190ef
Browse repository at this point
Commits on Jun 11, 2023
新增对腾讯云数据库 TencentDB 的支持说明
Show description for 47cce42
TommyLemon
authored
47cce42
View commit details
Copy full SHA for 47cce42
Browse repository at this point
新增对腾讯分布式数据库 TDSQL 的支持说明
Show description for 530cc14
TommyLemon
authored
530cc14
View commit details
Copy full SHA for 530cc14
Browse repository at this point
Update README-English.md
TommyLemon
authored
9c090df
View commit details
Copy full SHA for 9c090df
Browse repository at this point
Update README-English.md, update company logos
Show description for 6a66d7c
TommyLemon
authored
6a66d7c
View commit details
Copy full SHA for 6a66d7c
Browse repository at this point
Update README-English.md, fix typo
TommyLemon
authored
1dcc19e
View commit details
Copy full SHA for 1dcc19e
Browse repository at this point
Commits on Jun 4, 2023
自动校验参数:解决自定义代码包含 ":" 冒号时可能误判不是语言名称的字符串,导致报错找不到执行引擎
TommyLemon
committed
53b17ed
View commit details
Copy full SHA for 53b17ed
Browse repository at this point
Operation.ON 改为 IF 并新增支持执行自定义代码
TommyLemon
committed
1b7c6f1
View commit details
Copy full SHA for 1b7c6f1
Browse repository at this point
Commits on Jun 3, 2023
对存储过程单独传自定义的 数据库名/模式名 时支持横杠,但不允许 -- 上横杠,例如可写为 @key():"`api-json`.function(arg)",反引号可去掉
TommyLemon
committed
39bdc58
View commit details
Copy full SHA for 39bdc58
Browse repository at this point
开放请求 GET, HEAD 也处理 version 和 tag,解决字段插件配置不能根据版本号生效等问题
TommyLemon
committed
d504e38
View commit details
Copy full SHA for d504e38
Browse repository at this point
请求操作符新增支持监听事件 ON: { "name": { UPDATE:{ "Comment": {"userName@": "User/name" } } } },方便同步修改其它表字段记录值等
TommyLemon
committed
ad743b5
View commit details
Copy full SHA for ad743b5
Browse repository at this point
对 SQLConfig 传入 Parser, ObjectParser, version, tag 等,拿到上下文信息来实现某些需求
TommyLemon
committed
d0130bc
View commit details
Copy full SHA for d0130bc
Browse repository at this point
最外层返回当前时间戳毫秒值,方便前后端同步校准时间等场景
TommyLemon
committed
d325d63
View commit details
Copy full SHA for d325d63
Browse repository at this point
Previous
Next
You can’t perform that action at this time.