From 341115ab8abe713ce59aef51b42bc838d852ad8b Mon Sep 17 00:00:00 2001 From: wangmutan <420626370@qq.com> Date: Tue, 13 Nov 2018 14:19:16 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20GlobalExceptionHandler?= =?UTF-8?q?.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/baomidou/springboot/config/GlobalExceptionHandler.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/baomidou/springboot/config/GlobalExceptionHandler.java b/src/main/java/com/baomidou/springboot/config/GlobalExceptionHandler.java index 290938b..2a15d4d 100644 --- a/src/main/java/com/baomidou/springboot/config/GlobalExceptionHandler.java +++ b/src/main/java/com/baomidou/springboot/config/GlobalExceptionHandler.java @@ -12,7 +12,6 @@ import org.springframework.validation.BindingResult; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.RestControllerAdvice; -import com.baomidou.mybatisplus.extension.api.ApiResult; import com.baomidou.mybatisplus.extension.api.IErrorCode; import com.baomidou.mybatisplus.extension.api.R; import com.baomidou.mybatisplus.extension.enums.ApiErrorCode; -- Gitee From 6780e232996bdf846ef8ca9aa020ab2bb78dc06c Mon Sep 17 00:00:00 2001 From: wangmutan <420626370@qq.com> Date: Tue, 13 Nov 2018 14:19:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee77bdf..cd00053 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ UTF-8 1.8 1.8 - 3.0-RC3 + 3.0.5 3.2.0 -- Gitee