Skip to content

luhuiguo/fastdfs-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot FastDFS Starter

Usage:

Add dependency fastdfs-spring-boot-starter to pom.xml

		<dependency>
			<groupId>com.luhuiguo</groupId>
			<artifactId>fastdfs-spring-boot-starter</artifactId>
			<version>0.1.0</version>
		</dependency>

Config application.yml

fdfs:
  connect-timeout: 2000
  so-timeout: 3000
  tracker-list:
    - 10.1.5.85:22122
    - 10.1.5.86:22122
    

Inject FastFileStorageClient

  @Autowired
  private FastFileStorageClient storageClient;

About

Spring Boot FastDFS Starter

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages