forked from github/dataease
Merge pull request #9300 from dataease/pr@dev-v2@chore_backend
chore: 优化后端打包
This commit is contained in:
commit
daa7789590
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user