1
0

feat(all): 完成镜像打包

This commit is contained in:
2025-08-30 10:56:46 +08:00
parent 7f3b61b854
commit fbcdbba608
11 changed files with 116 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>leopard</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>leopard-server</artifactId>
@@ -101,6 +101,14 @@
</exclude>
</excludes>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>