Explorar el Código

增加配置文件设置

develop
林万龙 hace 3 años
padre
commit
d86a111c19
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      pom.xml

+ 2
- 2
pom.xml Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar