摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> <version>2.6.3</version> </dependency> //XWP 阅读全文
posted @ 2022-08-04 11:43 小样儿i 阅读(736) 评论(0) 推荐(0)
摘要: import org.apache.commons.io.FileUtils; import org.springframework.mock.web.MockMultipartFile; import org.springframework.web.multipart.MultipartFile; 阅读全文
posted @ 2022-08-04 11:42 小样儿i 阅读(110) 评论(0) 推荐(0)
摘要: /** * 日期转换格式工具类 */ public class DateTime { /** * 日期格式转换为字符串格式 * @param date * @return */ public static String perseString(Date date){ return new Simpl 阅读全文
posted @ 2022-08-04 11:38 小样儿i 阅读(33) 评论(0) 推荐(0)
摘要: 导入相关依赖<!--邮件--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> <version>2.6.3</version> </ 阅读全文
posted @ 2022-08-04 11:32 小样儿i 阅读(40) 评论(0) 推荐(0)