apijson-column 1.5.0 发布,腾讯 APIJSON 的字段插件•反选字段&名称映射
apijson-column 1.5.0 更新内容
升级 APIJSON 和自身版本分别至 6.0.0 和 1.5.0;
具体见 Release 发布版本。
apijson-column ![]()
腾讯 APIJSON 4.6.6+ 的字段插件,支持 !key 反选字段 和 字段名映射,可通过 Maven, Gradle 等远程依赖。
1.反选字段
"@column": "!columnKey" // 返回排除 columnKey 后的全部其它字段
{ "User": { // id,sex,name,tag,head,contactIdList,pictureList,date "id": 82001, "@column": "!contactIdList" // -> id,sex,name,tag,head,pictureList,date } }
2.字段名映射
"@column": "showKey" // 隐藏了数据库的对应真实字段名
{ "User": { // id,sex,name,tag,head,contactIdList,pictureList,date "id": 82001, "@column": "gender" // -> sex } }
https://gitee.com/APIJSON/apijson-column
创作不易,右上角点 ⭐Star 支持下吧 ^_^

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
Beetl 模板引擎 3.15 发布,支持 SpringBoot3
新增发布包beetl-antlr4.5,支持antlr4.5,antlr4.6 新增发布包beetl-antlr4.11,支持antlr4.10,antlr4.11,antlr4.12 SpringBoot3 支持,使用beetl-springboot-starter-jdk17,结合@EnableBeetl支持Beetl模板引擎 @SpringBootApplication @EnableBeetl public class TestSpringBoot3Application { public static void main(String[] args) { SpringApplication.run(TestSpringBootApplication.class, args); } } 调整了POM结构 beetl-core: 核心模块 beetl-ext: 扩展模块 beetl-integration: beetl和各个新框架集成,目前主要是jdk17的springboot3 beetl-classic-integration beetl和各个框架集成,J...
- 下一篇
CoSec v1.16.3 发布,基于 RBAC 和策略的多租户响应式安全框架
基于 RBAC 和策略的多租户响应式安全框架 更新内容(v1.16.3) 🎉 🎉 🎉 特性:新增GroupedRateLimiterConditionMatcher支持分组限流。 { "groupedRateLimiter": { "part": "request.remoteIp", "permitsPerSecond": 10, "expireAfterAccessSecond": 1000 } } 特性:Policy/AppPermission支持顶级Condition,降低重复配置 重构:重构角色权限策略,提升易用性 { "id": "manage", "condition": { "bool": { "and": [ { "authenticated": {} }, { "groupedRateLimiter": { "part": "request.remoteIp", "permitsPerSecond": 10, "expireAfterAccessSecond": 1000 } } ] } }, "grou...
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- SpringBoot2整合Redis,开启缓存,提高访问速度
- SpringBoot2整合MyBatis,连接MySql数据库做增删改查操作
- CentOS8,CentOS7,CentOS6编译安装Redis5.0.7
- MySQL8.0.19开启GTID主从同步CentOS8
- Mario游戏-低调大师作品
- Linux系统CentOS6、CentOS7手动修改IP地址
- Docker安装Oracle12C,快速搭建Oracle学习环境
- Docker使用Oracle官方镜像安装(12C,18C,19C)
- CentOS7安装Docker,走上虚拟化容器引擎之路
- Docker快速安装Oracle11G,搭建oracle11g学习环境