部分工具类实现改用hutool工具包

This commit is contained in:
macro
2019-04-29 20:31:52 +08:00
parent 0e347c3efe
commit ea0b1a0f82
8 changed files with 23 additions and 142 deletions

View File

@@ -33,6 +33,12 @@
<artifactId>spring-data-commons</artifactId>
<version>2.1.5.RELEASE</version>
</dependency>
<!--Hutool Java工具包-->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>4.5.7</version>
</dependency>
</dependencies>
</project>