mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
Merge pull request #9300 from dataease/pr@dev-v2@chore_backend
chore: 优化后端打包
This commit is contained in:
@@ -276,6 +276,7 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<finalName>CoreApplication</finalName>
|
||||
<layout>ZIP</layout>
|
||||
</configuration>
|
||||
<executions>
|
||||
@@ -283,10 +284,6 @@
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
<!--<configuration>
|
||||
<finalName>CoreApplication</finalName>
|
||||
<layout>ZIP</layout>
|
||||
</configuration>-->
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user