瀏覽代碼

增加:includeSystemScope

lianshufeng 1 年之前
父節點
當前提交
ccdcc5ade7
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      super/MSConfigure/pom.xml

+ 3 - 0
super/MSConfigure/pom.xml

@@ -432,6 +432,9 @@
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <version>${spring-boot.version}</version>
+                <configuration>
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
             </plugin>
 
             <!-- groovy -->