소스 검색

增加: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 -->