Explorar o código

commit package

zhangxiaoyu %!s(int64=3) %!d(string=hai) anos
pai
achega
691328b178
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      pom.xml

+ 12 - 0
pom.xml

@@ -184,5 +184,17 @@
184 184
             </snapshots>
185 185
         </pluginRepository>
186 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 200
 </project>