摘要: 全局异常处理配置 @ControllerAdvice //aop public class GlobalExceptionHandler { @ExceptionHandler(Exception.class) @ResponseBody public Result error(Exception 阅读全文
posted @ 2023-03-15 14:16 韩立987 阅读(23) 评论(0) 推荐(0) 编辑
摘要: swagger-ui.html 配置模板 @Configuration @EnableSwagger2 public class Swagger2Config { @Bean public Docket webApiConfig() { return new Docket(Documentation 阅读全文
posted @ 2023-03-15 14:14 韩立987 阅读(112) 评论(0) 推荐(0) 编辑