瀏覽代碼

config:后端项目,API网关模块,配置pom.xml文件,配置<relativePath/>,从远程仓库拉取父依赖的pom.xml文件

yang yi 10 月之前
父節點
當前提交
19bb61cfa0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      open-api-gateway/pom.xml

+ 1 - 1
open-api-gateway/pom.xml

@@ -7,8 +7,8 @@
         <artifactId>spring-boot-starter-parent</artifactId>
         <groupId>org.springframework.boot</groupId>
         <version>2.7.16</version>
+        <relativePath/>
     </parent>
-
     <artifactId>open-api-gateway</artifactId>
     <groupId>space.anyi</groupId>
     <version>1.0.0</version>