# encrypt-test **Repository Path**: feizhaiyou/encrypt-test ## Basic Information - **Project Name**: encrypt-test - **Description**: encrypt-spring-boot-starter项目代码实践,接口参数数据脱敏及加密使用代码,自定义加密器实现等。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-16 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 该项目为[encrypt-spring-boot-starter](https://gitee.com/feizhaiyou/encrypt-spring-boot-starter)项目的高级用法实践。 # 分支介绍 `master`: 基础用法 `defined-processor`: 自定义加密器实现 # 项目说明 - 自定义加密器:`com.feizhaiyou.test.codec.MyProcessor` - 自定义加密器配置类:`com.feizhaiyou.test.config.ProcessorConfig` - 实体类:`com.feizhaiyou.test.entity` - 测试接口类:`com.feizhaiyou.test.controller.TestController` - 项目启动类:`com.feizhaiyou.test.TestApplication` - 配置文件:`src\main\resources\application.yml`