Updated SeaweedFS Java Client (markdown)

Chris Lu 2021-05-17 22:24:46 -07:00
parent c8b16aa62a
commit bba9814c3c

@ -4,6 +4,25 @@ Here is an SeaweedFS Java API implementation refactored out of the existing code
https://github.com/chrislusf/seaweedfs/tree/master/other/java/examples/src/main/java/com/seaweedfs/examples
# Build Java Client Jar
```
$cd $GOPATH/src/github.com/chrislusf/seaweedfs/other/java/client
$ mvn install
```
Maven
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>1.6.4</version>
</dependency>
Or you can download the latest version from MavenCentral
https://mvnrepository.com/artifact/com.github.chrislusf/seaweedfs-client
## Features
Implemented APIs for file system storage. The blob storage APIs is not included.