!169 update 添加workflow打包配置

Merge pull request !169 from Bleachtred/dev
2.X
疯狂的狮子Li 7 months ago committed by Gitee
commit 659b9f4d7d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -135,5 +135,23 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<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>
</plugins>
</build>
</project> </project>

Loading…
Cancel
Save