Browse Source

配置修改

chengyao 3 năm trước cách đây
mục cha
commit
4ec871238e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      pom.xml

+ 3 - 0
pom.xml

@@ -293,6 +293,9 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
             </plugin>
             <!-- 添加docker-maven插件 -->
             <plugin>