# encrypt-properties-start **Repository Path**: danglea/encrypt-properties-start ## Basic Information - **Project Name**: encrypt-properties-start - **Description**: 一款开箱即用的SpringBoot配置文件加密了工具,支持自定义加密前缀和密钥添加方案 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-14 - **Last Updated**: 2021-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # encrypt-properties-start #### 介绍 一款开箱即用的SpringBoot配置文件加密了工具,支持自定义加密前缀和密钥添加方案 #### 软件架构 1、我们的项目要确保是SpringBoot应用 2、我们可以直接作为我们maven的一个子模块引入 #### 使用说明 1、默认使用的该 **BaseKeyCenter** 的加密前缀和密钥 2、我们可以实现 **KeyCenter** 接口自定义加密前缀和密钥 (1)该方式需要在我们的SpringBoot主启动类上添加我们的自定义加密类 KeyCenterBuildFactory.createKeyCenter( new MyKeyCenter() );