Merge pull request #9300 from dataease/pr@dev-v2@chore_backend

chore: 优化后端打包
This commit is contained in:
fit2cloud-chenyw 2024-04-24 14:47:59 +08:00 committed by GitHub
commit daa7789590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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