1. 文件下载类 import javax.servlet.http.HttpServletResponse; import java.io.*; public class DownloadUtil { public boolean fileDownload(HttpServletResponse Read More
posted @ 2019-10-19 20:30
lcsin
Views(1048)
Comments(0)
Diggs(0)
1. 修改SpringBoot默认文件上传大小 servlet: multipart: max-file-size: 10MB 2. 设置Spring Boot内置tomcat虚拟路径 @Configuration public class WebConfig implements WebMvcCo Read More
posted @ 2019-10-19 20:27
lcsin
Views(411)
Comments(0)
Diggs(0)