内容简介:Forest v1.5.0-RC2 已经发布,这是一个轻量级 HTTP 客户端。 此版本更新内容包括: 新增特性: feat: #I2BF4N feat: @Query, @Body, @Header注解支持defaultValue默认值属性 修复的问题: fix: #I29BFM 代码改动:...
Forest v1.5.0-RC2 已经发布,这是一个轻量级 HTTP 客户端。
此版本更新内容包括:
新增特性:
- feat: #I2BF4N
- feat: @Query, @Body, @Header注解支持defaultValue默认值属性
修复的问题:
- fix: #I29BFM
代码改动:
- refactor: 去掉多余的System.out.println命令行输出
- refactor: forest在spring的xml配置部分
- add: @Query, @Body, @Header注解的defaultValue属性
- add: jsr305依赖
- add: ForestRequest.methodReturn方法和ForestRequest.getMethodReturnValue方法
- update: 将错误拼写的方法名 handleSyncWicthException 改为 handleSyncWithException
详情查看:https://gitee.com/dt_flys/forest/releases/v1.5.0-RC2
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Computation and Programming Using Python
John V. Guttag / The MIT Press / 2013-7 / USD 25.00
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!