西木-Lee

 

2018年9月5日

spring boot 2 统一异常处理

摘要: spring mvc 针对controller层异常统一处理非常简单,使用 @RestControllerAdvice 或 @RestControllerAdvice 注解就可以轻@RestControllerAdvice 下面记录一下,spring cloud gateway项目中重写 Defau 阅读全文

posted @ 2018-09-05 18:22 西木-Lee 阅读(4902) 评论(0) 推荐(0) 编辑

spring boot 2.0.4 Redis缓存配置

摘要: spring boot 2 使用RedisTemplate操作redis存取对象时,需要先进行序列化操作 包装RedisTemplate,把常用操作写一个redis工具类 阅读全文

posted @ 2018-09-05 17:16 西木-Lee 阅读(814) 评论(0) 推荐(0) 编辑

导航