1. pom.xml<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId></dependency><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId></dependency>2. Application.propertiesspring.servlet.multipart.max-request-size=10MBspring.servlet.multipart.max-file-size=10MB3. htmlupload.html
<!DOCTYPE html><html xmlns:th="http://www.thymeleaf.org"><body><h1>Spring Boot file upload example</h1><form method="POST" action="/upload" enctype="multipart/form-data"> <input type="file" name="file" /><br/><br/> <input type="submit" value=https://www.isolves.com/it/cxkf/yy/JAVA/2019-09-18/"提交" />