v1.30.0.RC

This commit is contained in:
click33
2022-05-01 12:18:36 +08:00
parent a7ef71737e
commit 21147043f2
38 changed files with 135 additions and 127 deletions

View File

@@ -18,11 +18,6 @@ import cn.dev33.satoken.util.SaResult;
@RestController
public class NotFoundHandle implements ErrorController {
@Override
public String getErrorPath() {
return "/error";
}
@RequestMapping("/error")
public Object error(HttpServletRequest request, HttpServletResponse response) throws IOException {
response.setStatus(200);