|
|
@@ -5,7 +5,7 @@ |
|
|
|
<parent> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
<!-- version>2.2.2.RELEASE</version --> |
|
|
|
<version>2.2.2.RELEASE</version> |
|
|
|
<relativePath/> <!-- lookup parent from repository --> |
|
|
|
</parent> |
|
|
|
<groupId>com.ssjl.zhaobiao.guizhou</groupId> |
|
|
@@ -201,7 +201,7 @@ |
|
|
|
<repository>${project.artifactId}</repository> |
|
|
|
<!--tag>${project.version}</tag --> |
|
|
|
<buildArgs> |
|
|
|
<JAR_FILE>${project.build.finalName}.jar</JAR_FILE> |
|
|
|
<JAR_FILE>gd202101.jar</JAR_FILE> |
|
|
|
</buildArgs> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|