fix: 打包

V0.5.x
jay 2023-06-18 23:55:38 +08:00
parent 195ab6761f
commit 6378843469
1 changed files with 10 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>iot-starter</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
@ -223,6 +223,15 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>