@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RestControllerAdvice;
/**
* 全局异常处理器
*/
-//@RestControllerAdvice
+@RestControllerAdvice
@Slf4j
public class GlobalExceptionHandler {