摘要: 上篇文章介绍了如何使用 Spring Boot 上传文件, 这篇文章我们介绍如何使用 Spring Boot 将文件上传到分布式文件系统 FastDFS 中。 这个项目会在上一个项目的基础上进行构建。 1、pom 包配置 <dependency> <groupId>org.csource</grou 阅读全文
posted @ 2020-11-20 00:47 Vincent-yuan 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 1、pom 包配置 我们使用 Spring Boot 版本 2.1.0、jdk 1.8、tomcat 8.0。 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</a 阅读全文
posted @ 2020-11-20 00:26 Vincent-yuan 阅读(441) 评论(0) 推荐(0) 编辑