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 }}
zcgelppa
/
APIJSON
Public
forked from
Tencent/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSON-Java-Server
APIJSONBoot
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 4, 2019
Server:新增 SQL Server 的表和字段属性 系统表;新增判断数据库类型的方法;优化各种数据库的配置和判断
TommyLemon
committed
be581e8
View commit details
Copy full SHA for be581e8
View code at this point
Browse repository at this point
Commits on Sep 28, 2019
Server:新增 oracle 驱动 jar 包
TommyLemon
committed
81c0f72
View commit details
Copy full SHA for 81c0f72
View code at this point
Browse repository at this point
Server:APIJSONORM 新增支持 ORACLE 和 MS SQL Server 分页;APIJSONBoot 新增 ORACLE 和 MS SQL Server 的驱动和配置
TommyLemon
committed
b799e54
View commit details
Copy full SHA for b799e54
View code at this point
Browse repository at this point
Commits on Aug 31, 2019
Server: 非开放请求不允许传远程函数;解决 Access 表里配置 name 和 alias 未成功实现表映射;完善远程函数调用在函数格式错误时的报错信息
TommyLemon
committed
a798896
View commit details
Copy full SHA for a798896
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
Server: ORM 升级版本为 3.7.0 并打新的 jar 包
TommyLemon
committed
80f3ca6
View commit details
Copy full SHA for 80f3ca6
View code at this point
Browse repository at this point
Server: 解决已执行 SQL 数量统计错误;解决 DemoFunction 在 Function 表的 version 为 null 时测试不通过;解决 DemoFunction.getFunctionCall 参数 arguments 为 null 时拼接错误;
TommyLemon
committed
eff8d95
View commit details
Copy full SHA for eff8d95
View code at this point
Browse repository at this point
Commits on Aug 17, 2019
Server: RemoteFunction 内强制校验远程函数必须符合 Function 表的配置;Function 表新增 methods,tag,version 用于限制远程函数的使用范围
TommyLemon
committed
30084d9
View commit details
Copy full SHA for 30084d9
View code at this point
Browse repository at this point
Server: 新增事务处理;DEBUG 模式下禁用 @explain;废弃 @correct;优化代码;
TommyLemon
committed
5810ecf
View commit details
Copy full SHA for 5810ecf
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
Server: 非 DEBUG 模式下不允许访问字段 debug 为 0 的表
TommyLemon
committed
b24b4b7
View commit details
Copy full SHA for b24b4b7
View code at this point
Browse repository at this point
APIJSONFinal: 与 APIJSONBoot 同步代码和依赖;APIJSONBoot: 升级 fastjson 版本;纠正版本号
TommyLemon
committed
9d2460c
View commit details
Copy full SHA for 9d2460c
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
Server: 打包 apijson-orm-3.6.5.jar;MySQL: 更新表把单个表文件单独放到 single 目录,避免和 sys.sql 一起导入报错
TommyLemon
committed
d265e07
View commit details
Copy full SHA for d265e07
View code at this point
Browse repository at this point
Commits on Jul 21, 2019
Server: 新增支持热更新 远程函数、请求校验、权限校验 的配置;reload/aceess 接口改为 reload 接口,支持重载 Access, Function, Request;优化相关代码
TommyLemon
committed
d5e130d
View commit details
Copy full SHA for d5e130d
View code at this point
Browse repository at this point
Server: 新增重新加载权限配置的接口
TommyLemon
committed
fa96a85
View commit details
Copy full SHA for fa96a85
View code at this point
Browse repository at this point
Server: 新增支持自动读取数据库 Access 表来配置权限
TommyLemon
committed
5d9feb1
View commit details
Copy full SHA for 5d9feb1
View code at this point
Browse repository at this point
Commits on Jul 14, 2019
Server: 删除多余的 apijson-orm-3.6.0.jar
TommyLemon
committed
f5e3af6
View commit details
Copy full SHA for f5e3af6
View code at this point
Browse repository at this point
Server: 打包 apijson-orm-3.6.1.jar
TommyLemon
committed
6833c11
View commit details
Copy full SHA for 6833c11
View code at this point
Browse repository at this point
Server:AbstractSQLConfig.Callback 新增 database 和 schema 参数来区分同名表;JOIN 相同的表名给副表加 AS 解决重名语法错误
TommyLemon
committed
fb9c267
View commit details
Copy full SHA for fb9c267
View code at this point
Browse repository at this point
Server:打包 apijson-orm-3.6.0.jar
TommyLemon
committed
acd1b16
View commit details
Copy full SHA for acd1b16
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Server:解决 Windows 上 MySQL 7 及以下版本报错 The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone
TommyLemon
committed
31dff13
View commit details
Copy full SHA for 31dff13
View code at this point
Browse repository at this point
Commits on Jun 9, 2019
MySQL:更新表
TommyLemon
committed
9e5cd8b
View commit details
Copy full SHA for 9e5cd8b
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
Server: 升级 mysql-connector-java 驱动;兼容 MySQL 8;打包 apijson-orm-3.5.8.jar
TommyLemon
committed
c6e3eea
View commit details
Copy full SHA for c6e3eea
View code at this point
Browse repository at this point
Commits on May 4, 2019
Server:打包 apijson-orm-3.5.7.jar
TommyLemon
committed
656ece9
View commit details
Copy full SHA for 656ece9
View code at this point
Browse repository at this point
Commits on May 2, 2019
Server:MySQL preparedStatement 严格按照类型调用方法,避免隐式转换提高性能
TommyLemon
committed
7d33b02
View commit details
Copy full SHA for 7d33b02
View code at this point
Browse repository at this point
Commits on Apr 30, 2019
Server:打包 apijson-orm-3.5.5.jar
TommyLemon
committed
0628e54
View commit details
Copy full SHA for 0628e54
View code at this point
Browse repository at this point
Commits on Apr 28, 2019
apijson-orm-3.5.4.jar
TommyLemon
committed
47c4c33
View commit details
Copy full SHA for 47c4c33
View code at this point
Browse repository at this point
Server:重新打包 apijson-orm-3.5.4.jar
TommyLemon
committed
36c31cd
View commit details
Copy full SHA for 36c31cd
View code at this point
Browse repository at this point
Server:打包 apijson-orm-3.5.3.jar
TommyLemon
committed
897bab9
View commit details
Copy full SHA for 897bab9
View code at this point
Browse repository at this point
Commits on Apr 27, 2019
Server:优化存储过程的性能
TommyLemon
committed
6738c6e
View commit details
Copy full SHA for 6738c6e
View code at this point
Browse repository at this point
Server:新增存储过程 @key():"fun(...)"; 优化 SQLExecutor 缓存的数据结构,提高性能
TommyLemon
committed
efb1dd6
View commit details
Copy full SHA for efb1dd6
View code at this point
Browse repository at this point
重新打包apijson-orm-3.5.3.jar
TommyLemon
committed
51cbea9
View commit details
Copy full SHA for 51cbea9
View code at this point
Browse repository at this point
Server:重新打包apijson-orm-3.5.3.jar
TommyLemon
committed
8832917
View commit details
Copy full SHA for 8832917
View code at this point
Browse repository at this point
Server:MAX_SQL_COUNT提高到1000条;打包apijson-orm-3.5.3.jar
TommyLemon
committed
c1c311f
View commit details
Copy full SHA for c1c311f
View code at this point
Browse repository at this point
Commits on Apr 7, 2019
Server: 打包 apijson-orm-3.5.1.jar
TommyLemon
committed
760d6b6
View commit details
Copy full SHA for 760d6b6
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
Server:打包apijson-orm3.5.0.jar
TommyLemon
committed
7c3ecb8
View commit details
Copy full SHA for 7c3ecb8
View code at this point
Browse repository at this point
Commits on Mar 3, 2019
Server:打包apijson-orm-3.4.9.jar
TommyLemon
committed
c2786af
View commit details
Copy full SHA for c2786af
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.