Spring Boot 自定义统一异常处理

Spring Boot 自定义统一异常处理 public class CommonException extends RuntimeException { private static final long serialVersionUID = -3032821876599556414L; private Integer code; private String msg;
相关文章
相关标签/搜索