Browse Source

SpringBoot打包需要的插件

zhangdaihao 6 years ago
parent
commit
145cdfa8a7
1 changed files with 9 additions and 0 deletions
  1. 9 0
      jeecg-boot/jeecg-boot-module-system/pom.xml

+ 9 - 0
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>