是什么?

安装

maven引入,最新版参考maven仓库:https://mvnrepository.com/artifact/cn.hutool/hutool-all

  1. <dependency>
  2. <groupId>cn.hutool</groupId>
  3. <artifactId>hutool-all</artifactId>
  4. <version>5.3.5</version>
  5. </dependency>