FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server - anonymousch/APIJSON · GitHub
anonymousch
/
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
on
master
User selector
Datepicker
Commit history
Commits on May 31, 2020
Server:APIJSONBoot pom.xml 中新增可使用本地 jar 包依赖替代 Maven 依赖的注释
TommyLemon
committed
91c2fcc
View commit details
Copy full SHA for 91c2fcc
View code at this point
Browse repository at this point
Server:APIJSONBoot 新增 IBM Db2 的 JDBC 依赖;提升版本号至 4.1.0
TommyLemon
committed
d117c0b
View commit details
Copy full SHA for d117c0b
View code at this point
Browse repository at this point
Server:打包 apijson-orm-4.1.0.jar 和 apijson-framework-4.1.0.jar
TommyLemon
committed
695c2ca
View commit details
Copy full SHA for 695c2ca
View code at this point
Browse repository at this point
Commits on May 30, 2020
Server:完善 Rap 的文档接口 Demo
TommyLemon
committed
0cc5916
View commit details
Copy full SHA for 0cc5916
View code at this point
Browse repository at this point
Commits on May 24, 2020
Server:新增 Rap 的文档接口 Demo
TommyLemon
committed
ddce040
View commit details
Copy full SHA for ddce040
View code at this point
Browse repository at this point
Commits on May 11, 2020
delegate 接口支持前端通过 Set-Cookie 或 Add-Cookie 来自定义 Cookie
TommyLemon
committed
0a24a0e
View commit details
Copy full SHA for 0a24a0e
View code at this point
Browse repository at this point
Commits on May 6, 2020
Server:优化 SpringBoot 中测试用的 Swagger 文档接口
TommyLemon
committed
0c0b681
View commit details
Copy full SHA for 0c0b681
View code at this point
Browse repository at this point
Commits on May 4, 2020
Server:注释放开 @combine 校验 key 的 value = null 的重写方法
TommyLemon
committed
aab8204
View commit details
Copy full SHA for aab8204
View code at this point
Browse repository at this point
Server:新增支持重写方法 onMissingKey4Combine 来自定义 @combine:value 中 value 的 key 在 Request 中的 value 不存在或为 null
TommyLemon
committed
2f9c6bb
View commit details
Copy full SHA for 2f9c6bb
View code at this point
Browse repository at this point
Server:支持自动补全 Comment:[] 这种每个项都自定义的 批量新增/修改 的请求配置,将这种请求返回的结构 Table[]:{} 改为和单个新增/修改 一样的结构 Table:{}
TommyLemon
committed
a86832a
View commit details
Copy full SHA for a86832a
View code at this point
Browse repository at this point
Server:支持 @order 排序值中 rand() 可与 id+ 等其它排序方式组合
TommyLemon
committed
8b3ee34
View commit details
Copy full SHA for 8b3ee34
View code at this point
Browse repository at this point
Server:新增支持随机函数 rand() 来排序
TommyLemon
committed
1c421bc
View commit details
Copy full SHA for 1c421bc
View code at this point
Browse repository at this point
Server:打包新的 apijson-orm-4.1.0-preview.jar 和 apijson-framework-4.1.0-preview.jar
TommyLemon
committed
f89ebba
View commit details
Copy full SHA for f89ebba
View code at this point
Browse repository at this point
Server:新增支持 IBM DB2 数据库
TommyLemon
committed
c819558
View commit details
Copy full SHA for c819558
View code at this point
Browse repository at this point
Server:调整 SIDE, CROSS JOIN 的实现;完善 OUTER, ANTI, FOREIGN JOIN 的无条件边界情况;重命名错误单词 outter 为 outer
TommyLemon
committed
e4b6304
View commit details
Copy full SHA for e4b6304
View code at this point
Browse repository at this point
Commits on May 1, 2020
Server:提交遗漏的 Application 和 Controller 代码;打包 apijson-orm-4.1.0-preview.jar 和 apijson-framework-4.1.0-preview.jar
TommyLemon
committed
25e9400
View commit details
Copy full SHA for 25e9400
View code at this point
Browse repository at this point
Server:新增 ( ANTI JOIN 和 ) FOREIGN JOIN
TommyLemon
committed
2b35c83
View commit details
Copy full SHA for 2b35c83
View code at this point
Browse repository at this point
Server:引入 UnitAuto 自动化单元测试工具 MethodUtil 及相关接口和远程函数
TommyLemon
committed
5ef8a5e
View commit details
Copy full SHA for 5ef8a5e
View code at this point
Browse repository at this point
Server:新增撤回 ^ SIDE JOIN 修改的说明
TommyLemon
committed
1eebd7b
View commit details
Copy full SHA for 1eebd7b
View code at this point
Browse repository at this point
Revert "Server:调整 ^ SIDE JOIN(ANTI JOIN) 的实现为 ! (A & B),和原来的实现 (A & ! B) | (B & ! A) 查询结果不一致,一般数量更多!"
Show description for bd96636
TommyLemon
committed
bd96636
View commit details
Copy full SHA for bd96636
View code at this point
Browse repository at this point
Server:调整 ^ SIDE JOIN(ANTI JOIN) 的实现为 ! (A & B),和原来的实现 (A & ! B) | (B & ! A) 查询结果不一致,一般数量更多!
TommyLemon
committed
5ebfa8d
View commit details
Copy full SHA for 5ebfa8d
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Server:删除注释中多余的一个括号
TommyLemon
authored
566f40e
View commit details
Copy full SHA for 566f40e
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
Server:解决 AbstractSQLConfig.getWhereItem 可能的 NPE 异常
TommyLemon
committed
d31f211
View commit details
Copy full SHA for d31f211
View code at this point
Browse repository at this point
增加@row关键字配置示例
330233789
committed
cd817ff
View commit details
Copy full SHA for cd817ff
View code at this point
Browse repository at this point
增加了@raw关键字,支持自定义where条件拼接
330233789
committed
92a9cf1
View commit details
Copy full SHA for 92a9cf1
View code at this point
Browse repository at this point
解决PUT方法,某个字段加减时,类型keyType没有重置的BUG
330233789
committed
a5c895e
View commit details
Copy full SHA for a5c895e
View code at this point
Browse repository at this point
Commits on Mar 8, 2020
Server:解决分页详细信息 info 中页码 key 错误
TommyLemon
committed
b5d2cba
View commit details
Copy full SHA for b5d2cba
View code at this point
Browse repository at this point
Server:分页详细信息关键词 page 改为 info,避免歧义和冲突
TommyLemon
committed
a0a634f
View commit details
Copy full SHA for a0a634f
View code at this point
Browse repository at this point
Server:新增是否成功 ok、详细的分页信息 page
TommyLemon
committed
d71bc85
View commit details
Copy full SHA for d71bc85
View code at this point
Browse repository at this point
Server:优化批量新增、修改后返回的字段,保持和规范统一;删除 APIJSONBoot 和 APIJSONBootTest 中多余的 apijson-orm 依赖
TommyLemon
committed
050ee40
View commit details
Copy full SHA for 050ee40
View code at this point
Browse repository at this point
Update README.md
TommyLemon
authored
482d885
View commit details
Copy full SHA for 482d885
View code at this point
Browse repository at this point
Update README.md
TommyLemon
authored
d28a66f
View commit details
Copy full SHA for d28a66f
View code at this point
Browse repository at this point
Update README.md
TommyLemon
authored
3cdc11d
View commit details
Copy full SHA for 3cdc11d
View code at this point
Browse repository at this point
Update README.md
TommyLemon
authored
222096f
View commit details
Copy full SHA for 222096f
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
Server:打包 apijson-orm-4.0.0.jar 和 apijson-framework-4.0.0.jar
TommyLemon
committed
594ae85
View commit details
Copy full SHA for 594ae85
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL