All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tobato.fastdfs.FdfsClientConfig Maven / Gradle / Ivy

There is a newer version: 1.27.2
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy