国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術文章
文章詳情頁

Spring Boot 捕捉全局異常 統一返回值的問題

瀏覽:29日期:2023-09-01 18:58:42

在前后端分離的情況下,我們經常會定義一個統一的反回數據格式,通常都會包含狀態碼,返回信息,返回的數據,是否成功等參數。

1、ResultCode

單獨定義了一個ReturnCode枚舉類用于存儲代碼和返回的Message

public enum ResultCode { //成功 SUCCESS(200), // 失敗 FAIL(400), // 未認證(簽名錯誤) UNAUTHORIZED(401), // 接口不存在 NOT_FOUND(404), // 服務器內部錯誤 INTERNAL_SERVER_ERROR(500); public int code; ResultCode(int code) { this.code=code; }}

2、ResponseResult

/* 統一返回信息 */public class ResponseResult<T> { public int code; //返回狀態碼200成功 private String msg; //返回描述信息 private T data; //返回內容體 public ResponseResult<T> setCode(ResultCode retCode) { this.code = retCode.code; return this; } public int getCode() { return code; } public ResponseResult<T> setCode(int code) { this.code = code; return this; } public String getMsg() { return msg; } public ResponseResult<T> setMsg(String msg) { this.msg = msg; return this; } public T getData() { return data; } public ResponseResult<T> setData(T data) { this.data = data; return this; } }

在定義一個統一返回類:

3、Response

public class Response { private final static String SUCCESS = 'success'; private final static String FAIL = 'fail'; public static <T> ResponseResult<T> makeOKRsp() { return new ResponseResult<T>().setCode(ResultCode.SUCCESS).setMsg(SUCCESS); } public static <T> ResponseResult<T> makeOKRsp(String message) { return new ResponseResult<T>().setCode(ResultCode.SUCCESS).setMsg(message); } public static <T> ResponseResult<T> makeOKRsp(T data) { return new ResponseResult<T>().setCode(ResultCode.SUCCESS).setMsg(SUCCESS).setData(data); } public static <T> ResponseResult<T> makeErrRsp(String message) { return new ResponseResult<T>().setCode(ResultCode.INTERNAL_SERVER_ERROR).setMsg(message); } public static <T> ResponseResult<T> makeRsp(int code, String msg) { return new ResponseResult<T>().setCode(code).setMsg(msg); } public static <T> ResponseResult<T> makeRsp(int code, String msg, T data) { return new ResponseResult<T>().setCode(code).setMsg(msg).setData(data); }}

4、新建 IUserService

新建測試用戶接口類

package com.example.demo.service;import com.example.demo.entity.User;public interface IUserService { public User getUserInfo();}

5、新建 UserServiceImpl

新建測試用戶信息服務類

package com.example.demo.service.impl;import com.example.demo.entity.User;import com.example.demo.service.UserService;import org.springframework.stereotype.Service; import java.io.File;import java.text.SimpleDateFormat;import java.util.Date;import java.util.logging.SimpleFormatter; @Servicepublic class UserServiceImpl implements IUserService { public User getUserInfo(){ User user = new User(); user.setName('jack'); user.setPassword(12341234); return user; } }

6、在controller調用

@Autowired UserService service; @RequestMapping(value = '/getUserItem',method = RequestMethod.GET) public ResponseResult<User> getUserItem(){ try { User user = service.getUserInfo(); String[] arr= new String[]{'測試'}; return Response.makeOKRsp(user); }catch (Exception e) { return Response.makeErrRsp('查詢用戶信息異常'); } }

返回結果:

Spring Boot 捕捉全局異常 統一返回值的問題

7、全局異常處理器

/** * 全局異常處理 */@RestControllerAdvicepublic class GlobalExceptionHandler { /*============= 請求錯誤 start ==============================================*/ /** * HTTP 請求方式不支持異常 * HttpRequestMethodNotSupportedException * @return {@link ResponseResult} */ @ExceptionHandler(value = HttpRequestMethodNotSupportedException.class) public ResponseResult httpRequestMethodNotSupportException(HttpRequestMethodNotSupportedException e, HttpServletRequest request) { return Response.makeErrRsp('請求方式不支持異常'); } /*============= 請求錯誤 end ==============================================*/ }

修改一下getUserItem讓其拋出自定義查詢返回null的異常:

Spring Boot 捕捉全局異常 統一返回值的問題

總結

到此這篇關于Spring Boot 捕捉全局異常 統一返回值的文章就介紹到這了,更多相關Spring Boot 捕捉全局異常 內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Spring
相關文章:
主站蜘蛛池模板: 久久精品免费一区二区三区 | 精品色综合 | 草草影音 | 可以看毛片的网址 | 午夜精品久久久久久毛片 | 2021一本久道 | 国产三级精品美女三级 | 国产精品免费视频一区 | 国产成人黄网在线免 | 欧美日韩生活片 | 国产精品一区高清在线观看 | 精品国产理论在线观看不卡 | 欧美一级性视频 | 亚洲欧美日韩成人一区在线 | 亚洲专区视频 | 欧美视频第一页 | 亚洲理论片在线观看 | 精品欧美成人高清在线观看2021 | 欧美一级视频精品观看 | 收集最新中文国产中文字幕 | 最新欧美精品一区二区三区不卡 | 成 人 亚洲 综合天堂 | 久久在线综合 | 国产欧美日韩亚洲精品区2345 | 欧美一级成人毛片视频 | 久久99热久久精品91 | 国产毛片久久久久久国产毛片 | 女人夜色黄网在线观看 | 国产一级爱c片免费播放 | 国产九九视频在线观看 | 性欧美精品孕妇 | 久久影院yy6080 | 亚洲第一区精品日韩在线播放 | 亚洲美女在线播放 | 性刺激免费视频观看在线观看 | 久久精品国产三级不卡 | 成人a级 | 国产乱码一区二区三区四川人 | 亚洲aⅴ | 毛片免费在线播放 | 亚洲精品久久九九热 |