feat: 首次提交NBA项目

This commit is contained in:
2026-05-14 22:09:55 +08:00
parent 0adfe7d539
commit ddb78e29a3
47 changed files with 2843 additions and 103 deletions

View File

@@ -7,6 +7,7 @@ import org.springframework.web.bind.annotation.RestControllerAdvice;
public class GlobalException {
@ExceptionHandler(Exception.class)
public Object handleException(Exception e) {
//e.printStackTrace();
e.printStackTrace();
return e.getMessage();
}