소스 검색

引入util模块

qrs 3 주 전
부모
커밋
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>