8000 feat: 服务启动 jar 指定打包名称,取消默认携带版本号 · cadecode/uni-boot-cloud@f140ebb · GitHub
[go: up one dir, main page]

Skip to content

Commit f140ebb

Browse files
committed
feat: 服务启动 jar 指定打包名称,取消默认携带版本号
1 parent 70eda50 commit f140ebb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

example/example_svc/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
</dependencies>
6565

6666
<build>
67+
<finalName>${project.artifactId}</finalName>
6768
<plugins>
6869
<plugin>
6970
<groupId>org.springframework.boot</groupId>

framework/framework_svc/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
</dependencies>
6161

6262
<build>
63+
<finalName>${project.artifactId}</finalName>
6364
<plugins>
6465
<plugin>
6566
<groupId>org.springframework.boot</groupId>

gateway/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
</dependencies>
100100

101101
<build>
102+
<finalName>${project.artifactId}</finalName>
102103
<plugins>
103104
<plugin>
104105
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)
0