From 7a2ce679e71f8ca970b48a65f08061412bbfe4a9 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期一, 25 三月 2024 16:49:54 +0800 Subject: [PATCH] #导入库位覆盖 --- src/main/java/com/zy/common/config/CoolExceptionHandler.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/common/config/CoolExceptionHandler.java b/src/main/java/com/zy/common/config/CoolExceptionHandler.java index e6b0602..b3968a3 100644 --- a/src/main/java/com/zy/common/config/CoolExceptionHandler.java +++ b/src/main/java/com/zy/common/config/CoolExceptionHandler.java @@ -2,6 +2,7 @@ import com.core.common.R; import com.core.exception.CoolException; +import org.springframework.web.HttpRequestMethodNotSupportedException; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.RestControllerAdvice; import org.springframework.web.method.HandlerMethod; -- Gitblit v1.9.1