소스 검색

初始化

欧阳劲驰 1 개월 전
부모
커밋
338e75c8b2
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      custom-gateway-zydma/pom.xml

+ 6 - 1
custom-gateway-zydma/pom.xml

@@ -21,6 +21,11 @@
 
     <!--依赖项-->
     <dependencies>
-
+        <!--核心模块-->
+        <dependency>
+            <groupId>com.shkpr.service</groupId>
+            <artifactId>custom-gateway-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
 </project>