Update README.md

This commit is contained in:
Carol 2019-11-21 16:24:32 +08:00 committed by GitHub
parent c22a3dd705
commit 52110acd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,18 +4,19 @@
* <b>Desc: A common utils jar for using redis elasticsearch Rest even and file.</b>
## Download
[CommonUtil-1.0.jar]()
[CommonUtil-1.0-javadoc.jar]()
[CommonUtil-1.0-sources.jar]()
[CommonUtil-1.0.jar](https://github.com/carolcoral/CommonUtil/releases/download/1.0/CommonUtil-1.0.jar)
[CommonUtil-1.0-javadoc.jar](https://github.com/carolcoral/CommonUtil/releases/download/1.0/CommonUtil-1.0-javadoc.jar)
[CommonUtil-1.0-sources.jar](https://github.com/carolcoral/CommonUtil/releases/download/1.0/CommonUtil-1.0-sources.jar)
## How to use
### Import it in your pom
#### Import jar into your maven
```shell
mvn install:install-file -Dfile=<path-to-file> -DgroupId=site.cnkj -DartifactId=CommonUtil -Dversion=1.0 -Dpackaging=jar
```
> Be care for:<path-to-file> is your local jar of full path.
> Note:<path-to-file> is your local jar of full path.
> For example:
```shell