随笔分类 -  SpringBoot

摘要:————————————————————————————————————————— *** 响应的数据格式 HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Accept-Ranges: bytes ETag: W/"27-1432777730225" Last-M 阅读全文
posted @ 2018-05-03 15:33 南望孤笑 阅读(2224) 评论(0) 推荐(0)
摘要:Controller层方法,进行统一异常处理 提供两种不同的方案,如下: 现在分别介绍 方案1: 使用@ControllerAdvice 和 @ExceptionHandler @ControllerAdvice 或 @RestControllerAdvice 使用@ControllerAdvice 阅读全文
posted @ 2018-04-20 14:31 南望孤笑 阅读(666) 评论(0) 推荐(0)