CommonUtil/README.md
2019-12-11 16:39:53 +08:00

2.7 KiB

CommonUtil

  • Desc: A common utils jar for using redis elasticsearch Rest and file even more these.

Download

CommonUtil.jar

CommonUtil-javadoc.jar

CommonUtil-sources.jar

Log

2019-12-05 14:33:23 New class for remotely connect to the server and execute the script.SSH2Util

How to use

Import it in your pom

Import jar into your maven

mvn install:install-file -Dfile=<path-to-file> -DgroupId=site.cnkj -DartifactId=CommonUtil -Dversion=1.0 -Dpackaging=jar

Note: is your local jar of full path.

For example:

mvn install:install-file -Dfile=/User/carol/Desktop/CommonUtil-1.0.jar -DgroupId=site.cnkj -DartifactId=CommonUtil -Dversion=1.0 -Dpackaging=jar

Import dependency into your pom.xml

<dependency>
    <groupId>site.cnkj</groupId>
    <artifactId>CommonUtil</artifactId>
    <version>1.0</version>
</dependency>

Use in project

RedisUtil ElasticSearch RestTemplateUtil MongodbUtil
SSH2Util DateUtil FileEncryptDecrypt FileUtil
GracefulShutdown HttpCommonUtil KafkaUtil LoggerUtil