Skip to content

pig-mesh/fastdfs-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot FastDFS Starter

Usage:

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

		<dependency>
			<groupId>com.pig4cloud.fastdfs</groupId>
			<artifactId>fastdfs-spring-boot-starter</artifactId>
			<version>0.4.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;

Releases

No releases published

Packages

No packages published

Languages