是什么?
- Hutool是一个好用的Java工具类,提供各种常见的工具,方便快捷好用。
- 名字来历:路晓磊的Utils工具包扩展而来,hu来自其前公司搜狐,tool是工具的意思,另外取谐音“糊涂”,取难得糊涂之意。
- 文档:https://www.hutool.cn/docs/#/
- 源码:https://gitee.com/loolly/hutool
- API DOC:https://apidoc.gitee.com/loolly/hutool/
安装
maven引入,最新版参考maven仓库:https://mvnrepository.com/artifact/cn.hutool/hutool-all
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.3.5</version>
</dependency>