# springboot-encryptreq **Repository Path**: iroc-git/springboot-encryptreq ## Basic Information - **Project Name**: springboot-encryptreq - **Description**: SM2实现前端发送加密报文,后端解密报文 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2022-06-23 - **Last Updated**: 2024-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 介绍 SM2实现前端发送加密报文,后端解密报文 软件架构 SpringBoot 使用说明 1. 下载项目 2. 在idea中打开 3. 执行SpringBoot启动类com.iroc.springboot.SpringbootApplication.java 4. 在浏览器地址栏中输入localhost即可访问登录页面 参考文章 1. https://blog.csdn.net/python_small_pan/article/details/120064529 2. https://github.com/Saberization/SM2 3. https://blog.51cto.com/boytnt/2503384