product 增加打包配置
This commit is contained in:
parent
77f54ad2d0
commit
f525e97987
|
@ -19,6 +19,7 @@
|
|||
*.iml
|
||||
*.ipr
|
||||
target/*
|
||||
*/target/*
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
|
|
|
@ -131,6 +131,15 @@
|
|||
</annotationProcessorPaths>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!-- 打包 -->
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<fork>true</fork>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in New Issue