build: centralize active app boot packaging

This commit is contained in:
lingniu
2026-07-01 14:08:52 +08:00
parent c3d67e4339
commit 476d5a7a14
7 changed files with 79 additions and 55 deletions

View File

@@ -66,17 +66,6 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<jvmArguments>--sun-misc-unsafe-memory-access=allow</jvmArguments>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
<goal>build-info</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>