An open API service indexing awesome lists of open source software.

https://github.com/hb0730/hb0730-commons

commons 常用类库
https://github.com/hb0730/hb0730-commons

commons http java jgit jsch json tools

Last synced: 5 months ago
JSON representation

commons 常用类库

Awesome Lists containing this project

README

          

commons



Maven Central


GitHub


GitHub Workflow Status


jdk


api


codacy


codecov

-----------------------
## 简介
hb0730-commons是个人平时用到的java类库(封装http,cache等工具)
## 包含组件
|模块|介绍|
|----|----|
|commons-cache|封装的缓存工具,支持本地内存缓存以及spring data redis缓存|
|commons-http|简单抽象http,支持httpClient,okHttp等工具|
|commons-json|集合各大(fastjson,gson,jackson...)json工具类|
|comons-encrypt|加密解密工具|
|commons-lang|平时用到的单一工具如String,Date等utils|
|commons-mail|java发送mail使用spring Mail|
|commons-spring|spring相关工具|
|commons-ssh|对 [jsch](http://www.jcraft.com/jsch/) 等SSH Client简单封装|
|commons-scm|对 scm(git,svn)等支持,方便操作|
## 测试
测试依赖第三方组件

|模块|
|----|
|commons-cache-test|
|commons-http-test|
|commons-spring-test|
## 安装
### maven
```xml

com.hb0730
commons-dependencies
2.1.2-RELEASE
pom
import

```
或者
```xml

com.hb0730
commons-all
2.1.2-RELEASE

```