From 39078225f1104eeaed21b24a024457b892fa7f7a Mon Sep 17 00:00:00 2001 From: panlinlin <648540858@qq.com> Date: 星期一, 26 四月 2021 18:38:57 +0800 Subject: [PATCH] 优化级联时的异常处理 --- pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index f8a8b53..7f19522 100644 --- a/pom.xml +++ b/pom.xml @@ -202,6 +202,9 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <configuration> + <includeSystemScope>true</includeSystemScope> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> -- Gitblit v1.8.0