SpringBoot打包需要的插件

pull/5714/head
zhangdaihao 2019-05-20 10:53:56 +08:00
parent 15b0d94d01
commit 9184f26384
1 changed files with 9 additions and 0 deletions

View File

@ -36,4 +36,13 @@
<artifactId>jeecg-boot-base-common</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>