Browse Source

feat : 新增依赖zx-web

bilingfeng 2 năm trước cách đây
mục cha
commit
a7abe07eaf
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      game-module/game-manage/pom.xml

+ 5 - 0
game-module/game-manage/pom.xml

@@ -32,6 +32,11 @@
             <artifactId>zx-oss</artifactId>
             <version>1.0.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>com.zanxiang.module</groupId>
+            <artifactId>zx-web</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+        </dependency>
         <!-- 谷歌http工具类 -->
         <dependency>
             <groupId>cn.hutool</groupId>