首页>代码>spring boot + anjular js开发火箭队后台管理系统,maven多模块搭建>/workspeace/ModuleProject/gbq-app/src/main/java/com/gbq/config/BusinessExceptionConfig.java
package com.gbq.config; import java.util.HashMap; import javax.servlet.http.HttpServletResponse; import com.gbq.utils.BusinessException; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.ResponseBody; /** * @author 姜哲 * @version * */ @ControllerAdvice @ResponseBody public class BusinessExceptionConfig { @ExceptionHandler(BusinessException.class) public Object exceptionHandler(BusinessException e, HttpServletResponse response) { HashMap<String, Object> result = new HashMap<String, Object>(); result.put("success", false); result.put("errorMsg", e.getErrorMessage()); result.put("result", ""); return result; } }
最近下载更多
wanglinddad LV55
2021年12月28日
Hello_every_one LV5
2020年9月30日
superscro LV9
2020年5月4日
8战魂5无双8 LV43
2019年10月14日
wcy071213 LV27
2019年10月12日
lmynba LV3
2019年9月17日
zhanghuohuo LV19
2019年4月2日
人间蒸发 LV23
2019年3月5日
czl22113225 LV9
2018年12月1日
tomarsli LV52
2018年11月24日
最近浏览更多
fff2003 LV9
2023年12月21日
wnnmmb LV2
2023年10月19日
漫步的海星 LV4
2023年9月21日
宇宙最强帅哥 LV1
2023年6月29日
lironggang LV38
2023年3月28日
LukeMaster LV1
2022年11月19日
kyrieder LV2
2022年10月24日
zhaoyangwfd LV17
2022年6月24日
2468867327 LV10
2022年6月19日
请代深哥进入大佬世界 LV2
2022年6月17日