From 5a54f3f3ae25e5f9b9ec5d10bce794fa5e709a9b Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期二, 16 五月 2023 11:52:06 +0800
Subject: [PATCH] 1.根据区域进行模糊查询

---
 xboot-admin/pom.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/xboot-admin/pom.xml b/xboot-admin/pom.xml
index 7aea03e..dc86bc1 100644
--- a/xboot-admin/pom.xml
+++ b/xboot-admin/pom.xml
@@ -82,6 +82,9 @@
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
             </plugin>
         </plugins>
     </build>

--
Gitblit v1.9.1