This commit is contained in:
Carol 2019-11-21 16:22:52 +08:00
parent 73722ef1fa
commit cd23c7d622

View File

@ -17,7 +17,7 @@
```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