FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server/APIJSONBoot/src/main - coderm520/APIJSON · GitHub
coderm520
/
APIJSON
Public
forked from
APIJSON/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
Breadcrumbs
History for
APIJSON
APIJSON-Java-Server
APIJSONBoot
src
main
on
master
User selector
Datepicker
Commit history
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
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: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
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 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 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
Commits on Mar 3, 2019
Server:新增支持全局默认模式 @schema
TommyLemon
committed
b590dd9
View commit details
Copy full SHA for b590dd9
View code at this point
Browse repository at this point
Server:新增通过 Log.DEBUG 来切换日志输入,非 DEBUG 模式下隐藏敏感信息
TommyLemon
committed
867d808
View commit details
Copy full SHA for 867d808
View code at this point
Browse repository at this point
Commits on Feb 23, 2019
Server:新增支持自定义主键名getIdKey和用户主键名getUserIdKey
TommyLemon
committed
e2d1f64
View commit details
Copy full SHA for e2d1f64
View code at this point
Browse repository at this point
Commits on Feb 17, 2019
Server: login接口新增defaults:{},为每个请求JSON最外层新增默认字段
TommyLemon
committed
493faa2
View commit details
Copy full SHA for 493faa2
View code at this point
Browse repository at this point
Server:跨数据库@database:value中value取值只能是全大写;解决对MySQL输入的SQL与实际执行的SQL不符
TommyLemon
committed
1f7f0fd
View commit details
Copy full SHA for 1f7f0fd
View code at this point
Browse repository at this point
Server:解决包含选项 key<>:value 不兼容 PostgreSQL;Number或Boolean类型不用单引号包裹;完善默认数据库类型改为 PostgreSQL 的代码及注释
TommyLemon
committed
44a2b6e
View commit details
Copy full SHA for 44a2b6e
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Server:大小写敏感,正则匹配,包含选项,增加移除,POST等功能兼容PostgreSQL
TommyLemon
committed
c3cc0de
View commit details
Copy full SHA for c3cc0de
View code at this point
Browse repository at this point
Server:解决PostgreSQL预编译模式下传JSON参数到SQL后报错类型不是jsonb
TommyLemon
committed
8987ffe
View commit details
Copy full SHA for 8987ffe
View code at this point
Browse repository at this point
Server:解决PostgreSQL的json类型字段返回的值总是多包一层的对象
TommyLemon
committed
0e227b0
View commit details
Copy full SHA for 0e227b0
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
Server:打包apijson-server3.4.5.jar;APIJSONBoot和APIJSONFinal完善启动说明
TommyLemon
committed
024a914
View commit details
Copy full SHA for 024a914
View code at this point
Browse repository at this point
Commits on Jan 19, 2019
Server:APIJSONLibrary重命名为APIJSONORM;APIJSONDemo重命名为APIJSONBoot
TommyLemon
committed
b2bd0aa
View commit details
Copy full SHA for b2bd0aa
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL