内容简介:Forest v1.5.0-RC6 已经发布,这是一个轻量级 HTTP 客户端。 此版本更新内容包括: 1.5.0-RC6发布了,此次版本更新包含了不向下兼容的些许改动需要大家注意: (1) maven依赖的 spring-boot-starter-forest 改为...
Forest v1.5.0-RC6 已经发布,这是一个轻量级 HTTP 客户端。
此版本更新内容包括:
1.5.0-RC6发布了,此次版本更新包含了不向下兼容的些许改动需要大家注意: (1) maven依赖的 spring-boot-starter-forest
改为了 forest-spring-boot-starter
(2) @ForestScan
注解所在的包名改为了 com.dtflys.forest.springboot
,需要在代码中重新import
包
在maven中依赖改为:
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId>
<version>1.5.0-RC6</version>
</dependency>
新增特性:
- feat: #I3AHLC
- feat: Query参数可以选择是否urlencoded
修复问题:
- fix: #I3AJSD
- fix: 多模块开发多个@ForestScan注解只能扫描到其中一个注解的basePackages
- fix: 基本类型判断漏掉了boolean
不兼容的代码改动:
- refactor: 将 gourpid 'spring-boot-starter-forest' 改为 'forest-spring-boot-starter'
- refactor: 将 spring-boot-starter-forest 模块改名为 forest-spring-boot-starter
- refactor: 将forest-spring-boot-starter模块下的包名修改为 'com.dtflys.forest.springboot'
感谢此次参与贡献的小伙伴:
详情查看:https://gitee.com/dt_flys/forest/releases/v1.5.0-RC6
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
D3.js in Action
Elijah Meeks / Manning Publications / 2014-3 / USD 44.99
Table of Contents Part 1: An Introduction to D3 1 An introduction to D3.js 2 Information Visualization Data Flow 3 D ata-Driven Design and Interaction Part 2: The Pillars of Information......一起来看看 《D3.js in Action》 这本书的介绍吧!