spring boot使用图片上传功能(Faastdfs)

传统文件上传

1.spring boot没有WEB-INF文件不支持编译图片

2.后台调用和前台调用不好处理如果前台从数据库中查询的话我们存入的是字符串所以我们不能直接拿到图片

spring boot文件上传

 Fastdfs

在spring boot中我们使用fastdfs来上传文件

原文地址:https://www.cnblogs.com/xiaoruirui/p/11988640.html