提交 85095f53 authored 作者: zhangshuang's avatar zhangshuang

bug修改

上级 31f67eca
...@@ -28,13 +28,12 @@ public class FileUploadController { ...@@ -28,13 +28,12 @@ public class FileUploadController {
@Autowired @Autowired
private FileUploadService fileUploadService; private FileUploadService fileUploadService;
//文件上传 /*//文件上传
@PostMapping("/upload1") @PostMapping("/upload1")
public ServerResponse fileUpload(HttpServletRequest httpServletRequest){ public ServerResponse fileUpload(HttpServletRequest httpServletRequest){
log.info("我开始执行了");
log.info(httpServletRequest+""); log.info(httpServletRequest+"");
return fileUploadService.fileUpload(httpServletRequest); return fileUploadService.fileUpload(httpServletRequest);
} }*/
/* *//** /* *//**
* @author zs * @author zs
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.5.RELEASE</version> <version>2.1.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论