Forest v1.5.0-RC6 已经发布,轻量级 HTTP 客户端

栏目: 软件资讯 · 发布时间: 3年前

内容简介: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


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Computing Patterns in Strings

Computing Patterns in Strings

Bill Smyth / Addison Wesley / 2003 / $ 75.00

The computation of patterns in strings is a fundamental requirement in many areas of science and information processing. The operation of a text editor, the lexical analysis of a computer program, the......一起来看看 《Computing Patterns in Strings》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具