SpringBoot2.2.6废弃属性
2021-02-01 22:15
标签:issue 编号 com ref pattern conf vcc frame 内容 查看最后记录日期 其一:WebMvcConfigurerAdapter(3.1~5.0)
从Spring3.1版本开始推荐使用,5.0版本起不推荐使用 原因:现在接口WebMvcConfigurer的默认方法可以直接被implements,所以实现WebMvcConfigurer的抽象类WebMvcConfigurerAdapter就不被需要了。 其二:setUseSuffixPatternMatch(3.1~5.2.4) 在11天前,也就是大概2020年4月20日左右时,官方发布了以下动态 https://github.com/spring-projects/spring-framework/issues/23915 useSuffixPatternMatch的默认值会由true变为false,也就是说下图中的5.2.4会被更新为5.3,true会变成false。
SpringBoot2.2.6废弃属性 标签:issue 编号 com ref pattern conf vcc frame 内容 原文地址:https://www.cnblogs.com/yougatei/p/12812906.html
上一篇:SpringCloud
下一篇:Leetcode练习(Python):链表类:第21题:合并两个有序链表:将两个升序链表合并为一个新的升序链表并返回。新链表是通过拼接给定的两个链表的所有节点组成的。
文章标题:SpringBoot2.2.6废弃属性
文章链接:http://soscw.com/index.php/essay/49679.html