fix(build): repackage server as executable jar

This commit is contained in:
matevip 2026-05-18 10:21:42 +08:00
parent f0dfae931f
commit b06bd66435

View File

@ -402,6 +402,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>