WIP: dc-feature #14

Manually merged
lpz merged 12 commits from dc-feature into main 2025-06-05 10:57:09 +08:00
101 changed files with 1530 additions and 2825 deletions
Showing only changes of commit caeb280396 - Show all commits

View File

@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
@RestControllerAdvice
public class GlobalExceptionHandler {
public class GpuGlobalException {
@ExceptionHandler(DataAccessResourceFailureException.class)
public ResponseVO handleDBConnectionError() {
return ResponseVO.error(ErrorCodeEnum.DB_CONNECTION_FAILED);