ソースを参照

commit package

zhangxiaoyu 3 年 前
コミット
691328b178
共有1 個のファイルを変更した12 個の追加0 個の削除を含む
  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>