Share useful toolkit - hutool

Share useful toolkit - hutool

Dian introduce a

    

 

 

 

Hutool tool is a small but complete Java class libraries, static method of packaging, reduce learning costs associated API, improve work efficiency, so that functional languages ​​like Java have grace, so that Java language can also be "sweet."

The utility methods Hutool from each user's crafted, it covers all aspects of the development of the underlying Java code, it is both large-scale project development tool to solve small problems, but also the efficiency of small projects in play;

Hutool is the project "util" package friendly alternative, it saves time for developers to package the project in public classes and public utility methods, allowing developers to focus on business, while the maximum to avoid the bug caused by imperfect package.

    - official documents

 

Tools included two Dian

 

 

 

Wed and add the tool maven

<dependency>
    <groupId>cn.hutool</groupId>
    <artifactId>hutool-all</artifactId>
    <version>5.0.3</version>
</dependency>

 

Guess you like

Origin www.cnblogs.com/timfruit/p/11789647.html