Commit 0b9bc6dc by 文帅营

ci:解决获取服务名称错误问题

1 parent 01c5ebda
Showing 1 changed file with 6 additions and 5 deletions
...@@ -2,17 +2,18 @@ ...@@ -2,17 +2,18 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.viontech.keliu</groupId>
<artifactId>VVAS-PicGroup</artifactId>
<version>1.0-SNAPSHOT</version>
<name>VVAS-PicGroup</name>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.1</version> <version>3.4.1</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.viontech.keliu</groupId>
<artifactId>VVAS-PicGroup</artifactId>
<version>1.0-SNAPSHOT</version>
<name>VVAS-PicGroup</name>
<properties> <properties>
<java.version>21</java.version> <java.version>21</java.version>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!