This action will force synchronization from dromara/hutool, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
一个Java基础工具类,对文件、流、加密解密、转码、正则、线程、XML等JDK方法进行封装,组成各种Util工具类,同时提供以下组件:
Hutool是一个工具包,我日常写项目的一些积累,希望你看了之后会有所启发或者能给你工作中带来帮助。这个工具包叫做Hutool也有“糊涂”之意,意为很多时候我们并不需要关注细节,专注业务。
Hutool的设计思想是尽量减少重复的定义,让项目中的util
这个package尽量少,总的来说有如下的几个思想:
在项目的pom.xml的dependencies中加入以下内容:
<dependency>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool</artifactId>
<version>X.X.X</version>
</dependency>
注:工具包的版本可以通过 http://search.maven.org/ 搜索hutool
找到项目。
可以从http://search.maven.org/ 搜索hutool
找到项目,点击对应版本,下面是相应的Jar包,导入即可使用。
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.xiaoleilu%22%20AND%20a%3A%22hutool%22
点击链接后点选择对应版本,点击列表尾部的“Download”下载jar、API文档、源码
Sign in for post a comment
Comments ( 0 )