Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.2 KB

common-utils 实用工具集合

Release 996.icu LICENSE GitHub stars GitHub forks

整合开源工具:

lombok(需要Ide添加lombok插件),
commons-lang3(apache),
commons-collections4(apache),
fastjson(alibaba),
httpclient(apache)

自制工具

ObjectTransUtil:对象转换工具;
TreadUtil:并发处理工具;
HttpClientUtil:通过httpclient发送Get和Post请求工具

maven引入

<dependency>
    <groupId>com.jack90john</groupId>
    <artifactId>common-utils</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>