/exception-handler

springboot-exception-handler, 用来捕获全局的异常,返回固定的格式内容

Primary LanguageJavaMIT LicenseMIT

exception-handler

springboot-exception-handler, 用来捕获全局的异常,返回固定的格式内容

使用说明

  1. 引入该jar包
  2. 在SpringBoot项目中的配置类上使用@EnableExceptionHandler,即可使用