[to #426] update maven site info in README.md (#504)

This commit is contained in:
iosmanthus 2022-02-13 10:55:37 +08:00 committed by GitHub
parent 48c309ecc1
commit 7f65fc642e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,10 @@ Find more demo in [KVRawClientTest](https://github.com/birdstorm/KVRawClientTest
See [Java Client Documents](/docs/README.md) for references about how to config and monitor Java Client.
An [API reference](https://tikv.github.io/client-java/apidocs) is also available.
A [Maven site](https://tikv.github.io/client-java/site) is also available. It includes:
1. [API reference](https://tikv.github.io/client-java/site/apidocs/index.html)
2. [Spotbugs Reports](https://tikv.github.io/client-java/site/spotbugs.html)
3. [Source Code Xref](https://tikv.github.io/client-java/site/xref/index.html)
## Community