<!--Java工具类库-->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.5.2</version>
</dependency>
java工具类库包含时间戳生成,图片工具类,加密工具类,ip工具类等一系列工具类,非常强大
github开源地址 https://github.com/looly/hutool/
官方中文文档 https://www.hutool.cn/docs/#/
原文:https://www.cnblogs.com/Hello-TomCat/p/14116816.html