SpringBoot开发(4)——统一处理异常
在cxsbg包下建立exception包,在exception包中新建MyControllerAdvice类,并加上注解,类中写具体的异常处理方法 package com.cxsbg.exception; import com.cxsbg.domain.ResponseResult; import org.springframework.web.bind.annotation.Controller… 阅读更多 »SpringBoot开发(4)——统一处理异常