Ver código fonte

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

yang yi 10 meses atrás
pai
commit
19bb61cfa0
1 arquivos alterados com 1 adições e 1 exclusões
  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>