소스 검색

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>