# spring-boot-data-desensitize **Repository Path**: diss_1_safe2011/spring-boot-data-desensitize ## Basic Information - **Project Name**: spring-boot-data-desensitize - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-15 - **Last Updated**: 2021-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-data-desensitize Data Desensitize # Desensitize Data Like This ``` "code": 200, "msg": "OK", "data": [ { "username": "us*ser0", "idCard": "00***********0000", "password": "******", "phone": "18****0000", "birthday": "2019-06-04 11:12:19 下午" }, { "username": "us*ser1", "idCard": "00***********0001", "password": "******", "phone": "18****0001", "birthday": "2019-06-04 11:12:19 下午" }, { "username": "us*ser2", "idCard": "00***********0002", "password": "******", "phone": "18****0002", "birthday": "2019-06-04 11:12:19 下午" } ] ``` # Usage Use annotation `@Sensitive` on your bean field.
SensitiveUtil.java to make your fields own logic.
SensitiveType.java definition type.