From 1b0720066223e52160bd84159e6a48743c26dabd Mon Sep 17 00:00:00 2001
From: zhangdaihao <zhangdaiscott@163.com>
Date: Mon, 20 May 2019 10:54:37 +0800
Subject: [PATCH] SpringBoot打包需要的插件

---
 jeecg-boot/jeecg-boot-module-system/pom.xml |  9 +++++++++
 1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/jeecg-boot/jeecg-boot-module-system/pom.xml b/jeecg-boot/jeecg-boot-module-system/pom.xml
index d1c00e8..013f46d 100644
--- a/jeecg-boot/jeecg-boot-module-system/pom.xml
+++ b/jeecg-boot/jeecg-boot-module-system/pom.xml
@@ -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>
\ No newline at end of file
--
libgit2 0.22.2