# springboot-encrypt **Repository Path**: javier_house/springboot-encrypt ## Basic Information - **Project Name**: springboot-encrypt - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-12 - **Last Updated**: 2024-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-encrypt #### Description spring-boot请求参数,响应结果加解密(注解),接口验签(注解) #### Software Architecture Software architecture description #### Installation 1. 接口采用aes加解密,注解方式,若要使用国密等其他算法也可以兼容,参照AESUtil.java可自行调整 ![img_2.png](img_2.png) 2. c#、vue、js版本的代码放在项目路径下/src/main/java/resources中 ![img_1.png](img_1.png) 3. 增加了验签功能,注解方式 ![img.png](img.png) #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request