mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated SeaweedFS Java Client (markdown)
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
|
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
|
## Features
|
||||||
|
|
||||||
Implemented APIs for file system storage. The blob storage APIs is not included.
|
Implemented APIs for file system storage. The blob storage APIs is not included.
|
||||||
|
|
Loading…
Reference in a new issue