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
Accelerator
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 }}
ResearchMore
/
APIJSON
Public
forked from
Tencent/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 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
PUT 新增支持对 JSONObject {} 格式的字段值传 "key+": [{"key":value}} 新增,传 "key-": ["key"] 移除
TommyLemon
committed
31b58e6
View commit details
Copy full SHA for 31b58e6
Browse repository at this point
调整有问题的方法命名
TommyLemon
committed
3a45780
View commit details
Copy full SHA for 3a45780
Browse repository at this point
Commits on May 27, 2023
统计分析新增 Apple 苹果公司,更新分析截屏让 Google 谷歌公司更显眼
Show description for 976c77c
TommyLemon
authored
976c77c
View commit details
Copy full SHA for 976c77c
Browse repository at this point
使用登记新增 IOTOS 公司的 logo
Show description for 263a9e2
TommyLemon
authored
263a9e2
View commit details
Copy full SHA for 263a9e2
Browse repository at this point
Update README.md
TommyLemon
authored
e4f1f59
View commit details
Copy full SHA for e4f1f59
Browse repository at this point
Commits on May 20, 2023
调整微软工程师接入 DB2 的 Demo、基于 APIJSON 的低代码系统等
Show description for de1928b
TommyLemon
authored
de1928b
View commit details
Copy full SHA for de1928b
Browse repository at this point
Merge pull request #565 from csx-bill/patch-1
Show description for 0f86f8b
TommyLemon
authored
0f86f8b
View commit details
Copy full SHA for 0f86f8b
Browse repository at this point
Commits on May 16, 2023
Update README.md
csx-bill
authored
f89f5e7
View commit details
Copy full SHA for f89f5e7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.