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 常用类库
- Host: GitHub
- URL: https://github.com/hb0730/hb0730-commons
- Owner: hb0730
- License: gpl-3.0
- Archived: true
- Created: 2020-07-29T23:30:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T03:34:53.000Z (almost 4 years ago)
- Last Synced: 2025-10-28T01:48:28.915Z (7 months ago)
- Topics: commons, http, java, jgit, jsch, json, tools
- Language: Java
- Homepage: https://blog.hb0730.com
- Size: 1.1 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
commons
-----------------------
## 简介
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
```