SpringBoot打包需要的插件
This commit is contained in:
parent
92144cb12c
commit
1b07200662
|
@ -36,4 +36,13 @@
|
||||||
<artifactId>jeecg-boot-base-common</artifactId>
|
<artifactId>jeecg-boot-base-common</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue