摘要: @RestControllerAdvice public class GlobalExceptionHandler { /** * 前端请求的数据为json类型,后台校验失败,出现的异常 * org.springframework.web.bind.MethodArgumentNotValidExc 阅读全文
posted @ 2020-12-08 19:42 RowanG 阅读(77) 评论(0) 推荐(0)
摘要: 默认使用JdkSerializationRedisSerializer 修改为Jackson2JsonRedisSerializer 配合org.springframework.cache.annotation使用 <dependency> <groupId>org.springframework. 阅读全文
posted @ 2020-12-08 15:41 RowanG 阅读(200) 评论(0) 推荐(0)