FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server/APIJSONBoot/src/main - 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
APIJSONBoot
src
main
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
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:新增支持 IBM DB2 数据库
TommyLemon
committed
c819558
View commit details
Copy full SHA for c819558
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
Commits on Mar 22, 2020
增加@row关键字配置示例
330233789
committed
cd817ff
View commit details
Copy full SHA for cd817ff
View code at this point
Browse repository at this point
Commits on Mar 8, 2020
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
Commits on Mar 7, 2020
Server:完善远程函数的环境变量,方便做更细致的操作
TommyLemon
committed
ec1509e
View commit details
Copy full SHA for ec1509e
View code at this point
Browse repository at this point
Server:Parser.noVerify 改成 needVerify
TommyLemon
committed
f20e3cf
View commit details
Copy full SHA for f20e3cf
View code at this point
Browse repository at this point
Server:重命名 APIJSONORM 的包名 apijson.server 为 apijson.orm
TommyLemon
committed
143cd08
View commit details
Copy full SHA for 143cd08
View code at this point
Browse repository at this point
Server:将 APIJSONboot 抽取为 APIJSONFramework 和新的 APIJSONBoot;新增简单 Demo,叫 APIJSONBootTest
TommyLemon
committed
5419338
View commit details
Copy full SHA for 5419338
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
Server:PUT 支持单独设置每项的批量修改,格式和 POST 批量新增相比多了 id;Structure 新增对 OBJECT[], ARRAY[] 的校验并优化代码;完善操作参数的 Operation 的注释;Operation,RequestRole 和正则匹配 COMPILE_MAP 中 key 强制名称大写
TommyLemon
committed
92ad9a1
View commit details
Copy full SHA for 92ad9a1
View code at this point
Browse repository at this point
Commits on Mar 1, 2020
Server:ORM 库包名 zuo.biao.apijson 重命名为 apijson;提升版本号为 4.0.0
TommyLemon
committed
1c80d4c
View commit details
Copy full SHA for 1c80d4c
View code at this point
Browse repository at this point
Server:解决远程函数对比版本错误;解决批量新增可能被绕过权限和参数校验;删除已被废弃的 Operation
TommyLemon
committed
79f1778
View commit details
Copy full SHA for 79f1778
View code at this point
Browse repository at this point
Server:新增支持数据库自增 id
TommyLemon
committed
f87ebea
View commit details
Copy full SHA for f87ebea
View code at this point
Browse repository at this point
Commits on Feb 2, 2020
Server:解决代理接口 /delegate 转发请求时丢失 URL parameter 参数
TommyLemon
committed
9de9c9b
View commit details
Copy full SHA for 9de9c9b
View code at this point
Browse repository at this point
Commits on Feb 1, 2020
Server:服务器代理接口 delegate 支持自定义要过滤的请求头 HTTP Header
TommyLemon
committed
1b47ee7
View commit details
Copy full SHA for 1b47ee7
View code at this point
Browse repository at this point
Server:服务器代理接口 delegate 过滤部分请求头
TommyLemon
committed
55eed59
View commit details
Copy full SHA for 55eed59
View code at this point
Browse repository at this point
Commits on Jan 20, 2020
Server:删除多余的文件
TommyLemon
committed
352a951
View commit details
Copy full SHA for 352a951
View code at this point
Browse repository at this point
Server:迁移 APIJSONOracle 关于数据库配置的 yml 文件及 java 类;删除多余的 APIJSONOracle 工程
TommyLemon
committed
30df6d9
View commit details
Copy full SHA for 30df6d9
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
Server:优化返回 Swagger 文档的示例接口,直接返回字符串来替代一张表
TommyLemon
committed
9b4b4b5
View commit details
Copy full SHA for 9b4b4b5
View code at this point
Browse repository at this point
Commits on Dec 29, 2019
Server:新增代理接口,支持前端任意跨域
TommyLemon
committed
d496668
View commit details
Copy full SHA for d496668
View code at this point
Browse repository at this point
Commits on Oct 27, 2019
Server:APIJSONORM 解决 SQL 函数中参数的 : 被转成 AS;APIJSONBoot:数据库 URI 改为 localhost
TommyLemon
committed
e3a748e
View commit details
Copy full SHA for e3a748e
View code at this point
Browse repository at this point
Commits on Oct 9, 2019
Server: APIJSONBoot 默认数据库改回 MySQL
TommyLemon
committed
31368ad
View commit details
Copy full SHA for 31368ad
View code at this point
Browse repository at this point
Server: APIJSONORM 新增 @json 自动把字段值转为 JSON 格式;APIJSONORM 解决 SQL Server 字段不能输出 JSON 格式;APIJSONORM 放开 DEBUG 模式下对系统表的 SQL 执行数量限制;APIJSONORM 解决非 DEBUG 模式下不能访问 Access 和 Request 表导致部分功能不可用;APIJSONBoot 尝试升…
Show description for 737a615
TommyLemon
committed
737a615
View commit details
Copy full SHA for 737a615
View code at this point
Browse repository at this point
Commits on Oct 7, 2019
Server: 完成 @explain 查执行计划
TommyLemon
committed
96526c8
View commit details
Copy full SHA for 96526c8
View code at this point
Browse repository at this point
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: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: 解决已执行 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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL