소스 검색

增加配置文件设置

develop
林万龙 4 년 전
부모
커밋
d86a111c19
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pom.xml

+ 2
- 2
pom.xml 파일 보기

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


Loading…
취소
저장