08 2022 档案
摘要:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> <version>2.6.3</version> </dependency> //XWP
阅读全文
摘要:import org.apache.commons.io.FileUtils; import org.springframework.mock.web.MockMultipartFile; import org.springframework.web.multipart.MultipartFile;
阅读全文
摘要:/** * 日期转换格式工具类 */ public class DateTime { /** * 日期格式转换为字符串格式 * @param date * @return */ public static String perseString(Date date){ return new Simpl
阅读全文
摘要:导入相关依赖<!--邮件--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> <version>2.6.3</version> </
阅读全文