4
2
0
2
摘要: Java操作FastDFS 1、创建 Springboot 工程 此处省略 2、引入 pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifac 阅读全文
posted @ 2021-11-27 19:07 CoderTL 阅读(1640) 评论(0) 推荐(0) 编辑
摘要: FastDFS安装 1、拉取镜像 docker pull morunchang/fastdfs 2、使用docker镜像构建tracker容器(跟踪服务器,起到调度的作用): docker run -d --name tracker --net=host morunchang/fastdfs sh 阅读全文
posted @ 2021-11-27 17:34 CoderTL 阅读(85) 评论(0) 推荐(0) 编辑