Explorar el Código

增加:includeSystemScope

lianshufeng hace 1 año
padre
commit
ccdcc5ade7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 -->