verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

2021年8月19日 #

全局拦截校验处理,可用于全新啊校验

摘要: public class JwtFeignRequestInterceptor implements RequestInterceptor { private static final Logger logger = LogManager.getLogger(JwtFeignRequestInter 阅读全文

posted @ 2021-08-19 23:02 泳之 阅读(88) 评论(0) 推荐(0) 编辑

springboot只对指定类注入bean

摘要: @Bean@ConditionalOnClass( name = {"org.springframework.security.core.session.SessionRegistry"}) @Configuration@ConditionalOnProperty( prefix = "redis. 阅读全文

posted @ 2021-08-19 22:35 泳之 阅读(1246) 评论(0) 推荐(0) 编辑

屏蔽接口字段,不给前端显示

摘要: 对接口返回的某一个字段进行屏蔽,返回给前端响应的时候,不显示某个字段 @JsonIgnore 注解是项目中使用 Jackson的时候使用 当使用fastJson时,使用 @JSONField(serialize = false) @JsonIgnore@Expose(serialize = fals 阅读全文

posted @ 2021-08-19 21:43 泳之 阅读(864) 评论(0) 推荐(0) 编辑

我是谁? 回答错误