彩票助手1.1
This commit is contained in:
@@ -3,6 +3,7 @@ package com.xy.xyaicpzs.exception;
|
||||
import com.xy.xyaicpzs.common.ErrorCode;
|
||||
import com.xy.xyaicpzs.common.ResultUtils;
|
||||
import com.xy.xyaicpzs.common.response.ApiResponse;
|
||||
import io.swagger.v3.oas.annotations.Hidden;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.ExceptionHandler;
|
||||
import org.springframework.web.bind.annotation.RestControllerAdvice;
|
||||
@@ -10,7 +11,8 @@ import org.springframework.web.bind.annotation.RestControllerAdvice;
|
||||
/**
|
||||
* 全局异常处理器
|
||||
*/
|
||||
//@RestControllerAdvice
|
||||
@Hidden
|
||||
@RestControllerAdvice
|
||||
@Slf4j
|
||||
public class GlobalExceptionHandler {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user