springboot 利用fastjson脱敏数据库数据(自定义注解)
1. 自定义脱敏注解package com.hanhuide.hhde.annotation;import com.hanhuide.hhde.enums.SensitiveTypeEnum;import java.lang.annotation.*;@Target({ElementType.FIELD, ElementType.METHOD})@Retention(Reten...
原创
2019-11-28 17:23:36 ·
12190 阅读 ·
21 评论