mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-07 04:21:39 +08:00
添加SpringBoot打包plugin,解决【flashsale-1.0-SNAPSHOT.jar中没有主清单属性】问题
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -176,6 +176,16 @@
|
||||
<target>8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!--
|
||||
添加SpringBoot打包plugin
|
||||
解决【flashsale-1.0-SNAPSHOT.jar中没有主清单属性】问题
|
||||
-->
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>2.4.3</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Reference in New Issue
Block a user