danchaofan1412 hace 4 años
padre
commit
6cbb7aeabc
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      framework-common/pom.xml

+ 7 - 0
framework-common/pom.xml

@@ -33,6 +33,13 @@
             <artifactId>lombok</artifactId>
         </dependency>
 
+        <!-- 工具类 https://hutool.cn/docs -->
+        <dependency>
+            <groupId>cn.hutool</groupId>
+            <artifactId>hutool-all</artifactId>
+            <version>5.0.3</version>
+        </dependency>
+
         <!-- log -->
         <dependency>
             <groupId>org.slf4j</groupId>