摘要: public class FileZipUtil { public static void unzip(String zipFilePath, String destDir) throws IOException { File dir = new File(destDir); if (!dir.ex 阅读全文
posted @ 2024-07-09 14:48 漠孤烟 阅读(138) 评论(0) 推荐(0)
摘要: 引入依赖 <dependency> <groupId>jakarta.mail</groupId> <artifactId>jakarta.mail-api</artifactId> </dependency> <dependency> <groupId>org.springframework</g 阅读全文
posted @ 2024-07-09 09:02 漠孤烟 阅读(24) 评论(0) 推荐(0)