摘要: 1 @Component 2 public class DownLoadUtil { 3 /** 4 * 文件下载编码 5 * 该编码告诉浏览器文件名的编码方式,以防下载中文文件名时有乱码 6 */ 7 private static String encoding = "utf-8"; 8 9 /** ... 阅读全文
posted @ 2019-07-29 11:48 Rolay 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 1、加入包 1 <dependency> 2 <groupId>org.springframework.boot</groupId> 3 <artifactId>spring-boot-starter-cache</artifactId> 4 </dependency> 5 <dependency> 阅读全文
posted @ 2019-07-29 10:54 Rolay 阅读(646) 评论(0) 推荐(0) 编辑