关于文件上传,在spring cloud会再经过配置文件的处理,在spring boot则不需要,在这里写一个文件上传的接口. 单文件上传,如果以后写多文件上传再进行补充. 1.文件目录 2.控制器程序 package com.jun.file.controller; import com.jun.file.service.UpLoadFileService; import org.springframework.beans.factory.annotation.Autowired; impor…