本文实例为大家分享了Spring Boot搭建文件上传服务的具体代码,供大家参考,具体内容如下
一、服务端
pom.xml
4.0.0 org.springframework.boot spring-boot-starter-parent 1.3.3.RELEASE com.test.spring spring-boot 1.0.0 jar spring-boot http://maven.apache.org UTF-8 1.8 1.8 org.springframework.boot spring-boot-starter-web commons-io commons-io 2.4
package com.test.spring; import java.io.FileOutputStream; import java.io.InputStream; import java.io.OutputStream; import javax.servlet.MultipartConfigElement; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.Part; import org.apache.commons.io.IOUtils; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.context.embedded.MultipartConfigFactory; import org.springframework.context.annotation.Bean; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.ResponseBody; @Controller @EnableAutoConfiguration public class FileUploadController { @RequestMapping(value="/upload", method=RequestMethod.POST) @ResponseBody public String upload(HttpServletRequest request) throws Exception { Part part = request.getPart("uploadfile"); InputStream input = part.getInputStream(); OutputStream output = new FileOutputStream("d:/tmp/" + part.getSubmittedFileName()); IOUtils.copy(input, output); output.close(); input.close(); return "OK"; } @Bean MultipartConfigElement createMultipartConfigElement() { MultipartConfigFactory mcf = new MultipartConfigFactory(); /** * 设置最大上传文件的大小,默认是10MB */ mcf.setMaxFileSize("50MB"); return mcf.createMultipartConfig(); } public static void main(String[] args) throws Exception { SpringApplication.run(FileUploadController.class, args); } }
注意:spring-boot-starter-web 1.3.3.RELEASE 依赖的servlet是3.1
二、客户端
客户端使用httpclient调用
先配置maven依赖
org.apache.httpcomponents httpclient 4.5.2 org.apache.httpcomponents httpmime 4.5.2
测试代码
package com.test.upload; import java.io.File; import org.apache.http.HttpEntity; import org.apache.http.client.methods.CloseableHttpResponse; import org.apache.http.client.methods.HttpPost; import org.apache.http.entity.mime.MultipartEntityBuilder; import org.apache.http.impl.client.CloseableHttpClient; import org.apache.http.impl.client.HttpClients; import org.apache.http.util.EntityUtils; public class HttpUpload { public static void main(String[] args)throws Exception { String url = "http://127.0.0.1:8080/upload"; CloseableHttpClient client = HttpClients.createDefault(); HttpPost httppost = new HttpPost(url); MultipartEntityBuilder builder = MultipartEntityBuilder.create(); builder.addBinaryBody("uploadfile", new File("D:/develop/apache-karaf-3.0.4.zip")); HttpEntity reqEntity = builder.build(); httppost.setEntity(reqEntity); CloseableHttpResponse resp = client.execute(httppost); String str = EntityUtils.toString(resp.getEntity()); System.out.println(str); resp.close(); client.close(); } }
忍者必须死34399账号登录版 最新版v1.0.138v2.0.72
下载勇者秘境oppo版 安卓版v1.0.5
下载忍者必须死3一加版 最新版v1.0.138v2.0.72
下载绝世仙王官方正版 最新安卓版v1.0.49
下载Goat Simulator 3手机版 安卓版v1.0.8.2
Goat Simulator 3手机版是一个非常有趣的模拟游
Goat Simulator 3国际服 安卓版v1.0.8.2
Goat Simulator 3国际版是一个非常有趣的山羊模
烟花燃放模拟器中文版 2025最新版v1.0
烟花燃放模拟器是款仿真的烟花绽放模拟器类型单机小游戏,全方位
我的世界动漫世界 手机版v友y整合
我的世界动漫世界模组整合包是一款加入了动漫元素的素材整合包,
我的世界贝爷生存整合包 最新版v隔壁老王
我的世界MITE贝爷生存整合包是一款根据原版MC制作的魔改整