浏览代码

引入util模块

qrs 2 周之前
父节点
当前提交
0b547f979c
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      alien-config/pom.xml

+ 6 - 0
alien-config/pom.xml

@@ -65,6 +65,12 @@
             <artifactId>mybatis-plus-extension</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>shop.alien</groupId>
+            <artifactId>alien-util</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+
     </dependencies>
     <build>
         <plugins>