Browse Source

commit package

zhangxiaoyu 3 years ago
parent
commit
691328b178
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pom.xml

+ 12 - 0
pom.xml

@@ -184,5 +184,17 @@
184
             </snapshots>
184
             </snapshots>
185
         </pluginRepository>
185
         </pluginRepository>
186
     </pluginRepositories>
186
     </pluginRepositories>
187
+    <build>
188
+        <plugins>
189
+            <plugin>
190
+                <groupId>org.springframework.boot</groupId>
191
+                <artifactId>spring-boot-maven-plugin</artifactId>
192
+                <configuration>
193
+                    <fork>true</fork>
194
+                    <includeSystemScope>true</includeSystemScope>
195
+                </configuration>
196
+            </plugin>
197
+        </plugins>
198
+    </build>
187
 
199
 
188
 </project>
200
 </project>