排序
EasyExcel导出工具类(单sheet,多sheet)
引入依赖 <!-- 阿里巴巴的easyExcel --> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>3.3.3</version> </dependenc...
Java SpringBoot发送邮件,HTML,附件
引入依赖 <!-- 邮件收发 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> 测试类 impo...
Java – RSA工具类和操作方法
在Java中进行公钥加密私钥解密和私钥加密公钥解密操作需要使用非对称加密算法(例如RSA)和相关的密钥管理。下面是一个示例Java类,展示了如何创建一个工具类,其中包含这些操作的方法: import...
MyAuth – 简单的授权管理系统
介绍 java开发,使用了springboot、mybatis-plus、redis、mysql等。 前端采用vue开发。 授权管理系统,没有防破! 官方网站 https://www.myauthx.cn/ 后端开源仓库地址 https://gitee.com/Lonel...