FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server - hmkef/APIJSON · GitHub
hmkef
/
APIJSON
Public
forked from
APIJSON/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
Breadcrumbs
History for
APIJSON
APIJSON-Java-Server
on
master
User selector
Datepicker
Commit history
Commits on Mar 6, 2019
bugfix-修复Colomn非常规数据库字段,获取表名失败导致输出异常
jackyang-hk
committed
ae24903
View commit details
Copy full SHA for ae24903
View code at this point
Browse repository at this point
Commits on Mar 3, 2019
Update README.md
TommyLemon
authored
29d58c9
View commit details
Copy full SHA for 29d58c9
View code at this point
Browse repository at this point
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
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 27, 2019
更新APIJSON所依赖的jar包
jinzhongjian
committed
cb02bd5
View commit details
Copy full SHA for cb02bd5
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:fastjson升级为1.2.55;打包apijson-server3.4.8.jar
TommyLemon
committed
ea982f1
View commit details
Copy full SHA for ea982f1
View code at this point
Browse repository at this point
Server:完善子查询的关键词
TommyLemon
committed
d567d7b
View commit details
Copy full SHA for d567d7b
View code at this point
Browse repository at this point
愚蠢的smallint
zhangtianxiao
authored
b2e42ff
View commit details
Copy full SHA for b2e42ff
View code at this point
Browse repository at this point
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
Server:Final版Demo新增启动时的自检,解决自动化API的入口方法和APIJSON操作方法对应错误
TommyLemon
committed
827ff50
View commit details
Copy full SHA for 827ff50
View code at this point
Browse repository at this point
Server:ORM优化生成SQL语句的格式,比较运算符前后加空格
TommyLemon
committed
5588702
View commit details
Copy full SHA for 5588702
View code at this point
Browse repository at this point
Sever:ORM新增 >,<,>=,<= 比较运算
TommyLemon
committed
bbde65f
View commit details
Copy full SHA for bbde65f
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
Update AppRunnableConfig.java
TommyLemon
authored
5c1b87c
View commit details
Copy full SHA for 5c1b87c
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
Server:打包apijson-server3.4.1.jar
TommyLemon
committed
832ddd4
View commit details
Copy full SHA for 832ddd4
View code at this point
Browse repository at this point
Server:重新打包apijson-server3.4.0.jar
TommyLemon
committed
dfd97e4
View commit details
Copy full SHA for dfd97e4
View code at this point
Browse repository at this point
Commits on Jan 20, 2019
APIJSONORM:解决 < LEFT JOIN和 > RIGH JOIN 丢主表条件;解决有 @ APP JOIN 会丢前面 JOIN 的条件
TommyLemon
committed
d65c090
View commit details
Copy full SHA for d65c090
View code at this point
Browse repository at this point
APIJSONORM:打包 apijson-server3.4.0.jar
TommyLemon
committed
dbb0b17
View commit details
Copy full SHA for dbb0b17
View code at this point
Browse repository at this point
Update README.md
TommyLemon
authored
f96ec8a
View commit details
Copy full SHA for f96ec8a
View code at this point
Browse repository at this point
Update README.md
TommyLemon
authored
48f43c2
View commit details
Copy full SHA for 48f43c2
View code at this point
Browse repository at this point
Server:新增JFinal版的Demo工程 APIJSONFinal
TommyLemon
committed
02c1dd0
View commit details
Copy full SHA for 02c1dd0
View code at this point
Browse repository at this point
Commits on Jan 19, 2019
Server:新增URL,BOOLEAN[],STRING[],NUMBER[],DECIMAL[],URL[]类型校验,原有的类型名全改为大写
TommyLemon
committed
d2d24f3
View commit details
Copy full SHA for d2d24f3
View code at this point
Browse repository at this point
Server:Parser新增getMaxQueryPage限制最大分页页码;加强对数组关键词query,count,page的校验
TommyLemon
committed
8a5dc80
View commit details
Copy full SHA for 8a5dc80
View code at this point
Browse repository at this point
Server:子查询range的all和any全改为大写的ALL和ANY;解决=,IN等只能是1个字段的子查询嵌套JOIN会因为超过一个字段报错
TommyLemon
committed
79cd739
View commit details
Copy full SHA for 79cd739
View code at this point
Browse repository at this point
Server:同步文档里的工程名
TommyLemon
committed
ddb5da8
View commit details
Copy full SHA for ddb5da8
View code at this point
Browse repository at this point
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
Server:重命名Library和Demo在pom.xml里的名称
TommyLemon
committed
313524f
View commit details
Copy full SHA for 313524f
View code at this point
Browse repository at this point
Server: AbstractSQLExecutor新增getValue方法支持子类扩展处理value;DemoSQLExecutor新增支持Blob和Clob类型数据的处理;
TommyLemon
committed
a0a0fa1
View commit details
Copy full SHA for a0a0fa1
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL