Explorar el Código

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

yang yi hace 10 meses
padre
commit
19bb61cfa0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>