feat: 移除 FastDFS 模块

This commit is contained in:
xiongxiaoyang
2023-05-28 19:14:21 +08:00
parent 24c80e381c
commit 04d7b45334
10 changed files with 10 additions and 97 deletions

View File

@@ -6,7 +6,7 @@ spring:
pic:
save:
type: 1 #图片保存方式, 1不保存使用爬取的网络图片 2保存在自己的存储介质
storage: local #存储介质local本地OSS阿里云对象存储fastDfs分布式文件系统
storage: local #存储介质local本地OSS阿里云对象存储
path: /Users/xiongxiaoyang/java/ #图片保存路径

View File

@@ -1,16 +0,0 @@
#FastDfs的配置 ====================================
#读取inputsream阻塞时间
fdfs:
connect-timeout: 600
so-timeout: 1500
#tracker地址
trackerList: 127.0.0.1:22122
#缩略图配置
thumbImage:
height: 150
width: 150
#通过nginx 访问地址
webUrl: http://127.0.0.1/
#获取连接池最大数量
pool.max-total: 200

View File

@@ -1,6 +1,6 @@
spring:
profiles:
include: [common-prod]
include: [ common-prod ]
#静态文件路径配置
resources:
@@ -18,7 +18,7 @@ templates:
pic:
save:
type: 2 #图片保存方式, 1不保存使用爬取的网络图片 2保存在自己的存储介质
storage: local #存储介质local本地OSS阿里云对象存储fastDfs分布式文件系统
storage: local #存储介质local本地OSS阿里云对象存储
path: /var/pic #图片保存路径

View File

@@ -4,7 +4,7 @@ server:
spring:
profiles:
active: dev
include: website,alipay,oss,fastdfs
include: website,alipay,oss
jwt:
secret: novel!#20191230