Skip to content

去 fastjson; 增 Doris

Latest
Compare
Choose a tag to compare
@TommyLemon TommyLemon released this 20 Apr 16:25
· 4 commits to master since this release
e2c416f

去除 fastjson,M extends Map<String, Object> 替代 JSONObject, L extends List<Object> 替代 JSONArray:

1.支持 jackson, gson, fastjson2, fastjson 等各种 JSON 库;

2.目前已新增 fastjson2 插件,右上角点亮 ⭐️ Star 支持下吧 ^_^

https://github.com/APIJSON/apijson-fastjson2

3.新增使用 APIJSON 8 及 apijson-fastjson2 的 Demo

https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml#L25-L35

新增支持 Doris-高性能实时湖仓一体数据库;

新增 getConnection(String key) 和 putConnection(String key, Connection connection);
修复请求 json 的 key 为 JSONArray 时类型转换异常问题,感谢 @DenineLu 的贡献 #808
解决返回 database, schema 等信息;
调整全能 CRUD 文档:修改错误、优化 JSON 格式、标记弃用第二种方式 @method

新增 杭州独角兽企业 资深技术专家 的文章:APIJSON腾讯开源的后端开发神器!!!

感谢 35岁程序员那些事 的分享,点赞、收藏、转发支持下作者吧~
https://cloud.tencent.com/developer/article/2372220

Image