mirror of https://github.com/tikv/website.git
update client java download link
Signed-off-by: marsishandsome <marsishandsome@gmail.com>
This commit is contained in:
parent
fda21b5bfd
commit
029a78b9b9
|
|
@ -93,7 +93,7 @@ The following two examples use Java and Python respectively to show how to write
|
|||
1. Download the JAR files using the following commands:
|
||||
|
||||
```bash
|
||||
curl -o tikv-client-java.jar https://download.pingcap.org/tikv-client-java-3.2.0-SNAPSHOT.jar && \
|
||||
curl -o tikv-client-java.jar https://github.com/tikv/client-java/releases/download/v3.2.0-rc/tikv-client-java-3.2.0-SNAPSHOT.jar -L && \
|
||||
curl -o slf4j-api.jar https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.jar
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue