com.github.tobato.fastdfs.FdfsClientConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastdfs-client Show documentation
Show all versions of fastdfs-client Show documentation
基于yuqih发布的代码与fastdfs-client 官方1.26版本的重构
package com.github.tobato.fastdfs;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* 导入FdfsClient配置
*
* @author tobato
*
*/
@Configuration
@ComponentScan
public class FdfsClientConfig {
// auto import
}