添加hutool-all依赖,减少工具类重复开发

This commit is contained in:
hccake
2020-05-15 15:41:29 +08:00
parent 4f095309fd
commit 7dbe420d8d
2 changed files with 14 additions and 0 deletions

View File

@@ -76,6 +76,12 @@
<scope>test</scope>
</dependency>
<!-- hutool 工具集减少重复开发各种Util-->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
</dependencies>
</project>