feat: 添加BadRequestException处理,优化DeployController

pull/875/head
Jie Zheng 2025-01-16 13:44:59 +08:00
parent 3997a67cc6
commit bfef0bcdb4
1 changed files with 1 additions and 0 deletions

View File

@ -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;