类 FastDFSConfig
java.lang.Object
io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSConfig
@RefreshScope
@ConfigurationProperties(prefix="taybct.file.fdfs")
@Import(com.github.tobato.fastdfs.FdfsClientConfig.class)
@EnableMBeanExport(registration=IGNORE_EXISTING)
public class FastDFSConfig
extends Object
FastDFS 自定义配置文件
- 从以下版本开始:
- 1.0.0
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
FastDFSConfig
public FastDFSConfig()
-
-
方法详细资料
-
fastDFSClient
@Bean public FastDFSClient fastDFSClient(@Autowired com.github.tobato.fastdfs.service.DefaultFastFileStorageClient client)
-