From bfef0bcdb45bf8409af206c3f744a05f7dd39789 Mon Sep 17 00:00:00 2001 From: Jie Zheng <201507802@qq.com> Date: Thu, 16 Jan 2025 13:44:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0BadRequestException?= =?UTF-8?q?=E5=A4=84=E7=90=86=EF=BC=8C=E4=BC=98=E5=8C=96DeployController?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/me/zhengjie/modules/maint/rest/DeployController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/maint/rest/DeployController.java b/eladmin-system/src/main/java/me/zhengjie/modules/maint/rest/DeployController.java index 372880a7..7519b47e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/maint/rest/DeployController.java +++ b/eladmin-system/src/main/java/me/zhengjie/modules/maint/rest/DeployController.java @@ -20,6 +20,7 @@ import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import me.zhengjie.annotation.Log; +import me.zhengjie.exception.BadRequestException; import me.zhengjie.modules.maint.domain.Deploy; import me.zhengjie.modules.maint.domain.DeployHistory; import me.zhengjie.modules.maint.service.DeployService;