From 53a71007458bdded764dc52a39d596f8c4ca28db Mon Sep 17 00:00:00 2001 From: DELL <DELL@qq.com> Date: 星期四, 18 九月 2025 15:42:41 +0800 Subject: [PATCH] # --- src/main/java/com/zy/common/config/CoolExceptionHandler.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/common/config/CoolExceptionHandler.java b/src/main/java/com/zy/common/config/CoolExceptionHandler.java index 9a6fe2d..67e1d8c 100644 --- a/src/main/java/com/zy/common/config/CoolExceptionHandler.java +++ b/src/main/java/com/zy/common/config/CoolExceptionHandler.java @@ -1,7 +1,7 @@ package com.zy.common.config; -import com.core.common.R; -import com.core.exception.CoolException; +import com.zy.common.R; +import com.zy.common.exception.CoolException; import org.springframework.web.HttpRequestMethodNotSupportedException; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.RestControllerAdvice; -- Gitblit v1.9.1