Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
rehack
/
APIJSON
Public
forked from
Tencent/APIJSON
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 15, 2024
生态项目新增 lanmuc-后端低代码生产接口的平台,兼容配置式接口和编写式接口,可做到快速生产接口,上线项目
Show description for 225abd5
TommyLemon
authored
225abd5
Copy full SHA for 225abd5
Commits on Jun 30, 2024
升级到 7.0.3
TommyLemon
committed
02865ec
Copy full SHA for 02865ec
Update Document.md
TommyLemon
authored
e267b68
Copy full SHA for e267b68
Update Document.md
TommyLemon
authored
9e1187c
Copy full SHA for 9e1187c
Update Document.md
TommyLemon
authored
53adfab
Copy full SHA for 53adfab
解决 format: true 对应 key 返回不是小驼峰,而是强制小写,例如 User[] 返回不是 userList 而是 userlist
TommyLemon
committed
8dbaa2d
Copy full SHA for 8dbaa2d
新增把引用赋值路径 URL encode 后的值 decode 回原始值,例如 %2Fuser%2Flist -> /user/list
TommyLemon
committed
3501258
Copy full SHA for 3501258
Commits on Jun 16, 2024
腾讯内外 5 个奖项、腾讯开源前七、腾讯后端 Star 第一、Trending 日周月榜大满贯 等
Show description for abe10a2
TommyLemon
authored
abe10a2
Copy full SHA for abe10a2
key[]:{ query:2 或 query:"All" } 解决列表数据为空不返回列表分页信息
TommyLemon
committed
0093589
Copy full SHA for 0093589
key[]:{ query:2 或 query:"All" } 默认返回列表分页信息 调整 total 的 key 名,避免同级多列表导致重名
TommyLemon
committed
09a60dc
Copy full SHA for 09a60dc
key[]:{ query:2 或 query:"All" } 在已有 total 和 keyListInfo 字段时不返回默认的列表分页信息
TommyLemon
committed
8715e12
Copy full SHA for 8715e12
新增支持 key[]:{ query:2 或 query:"All" } 默认返回列表分页信息
TommyLemon
committed
f058353
Copy full SHA for f058353
Commits on Jun 2, 2024
feat: 实现和配置 TABLE_SCHEMA_MAP 映射表名和数据库(模式)名,感谢 csx-bill 的贡献 #734
Show description for 76fc227
TommyLemon
authored
76fc227
Copy full SHA for 76fc227
getSQLSchema 根据优先级处理不同情况
TommyLemon
authored
c3a3399
Copy full SHA for c3a3399
feat: 实现和配置 TABLE_SCHEMA_MAP
csx-bill
committed
201c078
Copy full SHA for 201c078
Java 版已经是国内顶级、国际一流的 Java 开源项目了 - 根据开源指南针报告
Show description for 5e4e848
TommyLemon
authored
5e4e848
Copy full SHA for 5e4e848
Commits on May 26, 2024
相关推荐新增 《APIJSON语法使用,超详细》,感谢作者的贡献~
Show description for 72996e9
TommyLemon
authored
72996e9
Copy full SHA for 72996e9
Commits on May 25, 2024
相关推荐新增 《APIJSON语法使用,超详细》,感谢作者的贡献~
Show description for 4d199a1
TommyLemon
authored
4d199a1
Copy full SHA for 4d199a1
Commits on May 19, 2024
腾讯内外 5 个奖项、腾讯开源前七、GitHub Java Top 100、Trending 日周月榜大满贯 等
Show description for b70ee90
TommyLemon
authored
b70ee90
Copy full SHA for b70ee90
Update README-English.md
TommyLemon
authored
482368c
Copy full SHA for 482368c
JavaScript: Number.MAX_SAFE_INTEGER ~ Number.MIN_SAFE_INTEGER
TommyLemon
authored
7590236
Copy full SHA for 7590236
数字转字符串范围优化为 JavaScript 的 Number.MAX_SAFE_INTEGER ~ Number.MIN_SAFE_INTEGER
TommyLemon
authored
aab39ff
Copy full SHA for aab39ff
升级版本为 7.0.0
TommyLemon
committed
4a2e7f5
Copy full SHA for 4a2e7f5
Merge branch 'master' of https://github.com/Tencent/APIJSON
TommyLemon
committed
7716a9b
Copy full SHA for 7716a9b
大数转 String 返回,避免前端/客户端拿到精度丢失甚至严重失真的值,支持重写 getNumVal 来自定义
TommyLemon
committed
9f62724
Copy full SHA for 9f62724
Commits on May 12, 2024
Merge pull request #717 from Tencent/springboot3
Show description for 22644eb
TommyLemon
authored
22644eb
Copy full SHA for 22644eb
Commits on Apr 21, 2024
新增包括老外在内的 11 个贡献者,感谢大家的贡献~
Show description for 7403f0a
TommyLemon
authored
7403f0a
Copy full SHA for 7403f0a
Commits on Apr 5, 2024
新增登记 上海直真君智科技有限公司,感谢 jia199807 的贡献 #700
Show description for b8f7640
TommyLemon
authored
b8f7640
Copy full SHA for b8f7640
Commits on Apr 2, 2024
Update README.md
Show description for a763bf6
jia199807
authored
a763bf6
Copy full SHA for a763bf6
Commits on Mar 18, 2024
新增支持 Milvus-AI 向量数据库、InfluxDB-物联网时序数据库、MongoDB&Cassandra-NoSQL 数据库 的 4 个 APIJSON 插件
Show description for ac18667
TommyLemon
authored
ac18667
Copy full SHA for ac18667
Commits on Mar 14, 2024
RN列数字段加上双引号,遵循数据库规范,感谢 jettisonJava 的贡献 #691
Show description for e86a0c6
TommyLemon
authored
e86a0c6
Copy full SHA for e86a0c6
RN列数字段加上双引号,遵循数据库规范
jettisonJava
committed
c03d0d3
Copy full SHA for c03d0d3
Commits on Mar 12, 2024
Merge pull request #689 from Tencent/master
Show description for c3b7754
TommyLemon
authored
c3b7754
Copy full SHA for c3b7754
升级 maven-compiler-plugin 3.12.1
TommyLemon
authored
83d606a
Copy full SHA for 83d606a
Commits on Mar 5, 2024
贡献者名单新增 8 人,感谢大家的贡献~
Show description for d079cb4
TommyLemon
authored
d079cb4
Copy full SHA for d079cb4
Pagination
Previous
Next
You can’t perform that action at this time.