# 🎉 特性
- 支持 声明式接口,方便与业务代码解耦
- 支持 编程式接口,方便快速访问请求
- 支持底层 HTTP 库: OkHttp 3
- 支持底层 HTTP 库: Httpclient
- 不依赖中间件
- 支持 GET、POST 等所有请求方法
- 约定大于配置
- 自动 JSON、XML、Protobuf 转换
- 支持 自定义转换器
- 多种加签方式
- 支持 Spring 和 Springboot 集成
- 支持 上传下载
- 支持 模板表达式
- 支持 拦截器
- 支持 自定义注解
- 支持 异步请求
# 🎨 最新版本
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId>
<version>1.5.26</version>
</dependency>
1
2
3
4
5
2
3
4
5
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-core</artifactId>
<version>1.5.26</version>
</dependency>
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring</artifactId>
<version>1.5.26</version>
</dependency>
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-core</artifactId>
<version>1.5.26</version>
</dependency>
1
2
3
4
5
2
3
4
5
// Make sure to add code blocks to your code group
所需环境
JDK版本: 8+
可集成的 spring boot 版本: 1.x
, 2.x
也可不依赖 spring boot 和 spring
# 🛰️ 代码托管
# 🥤 开源平台社区


# 🍻 dromara 组织项目






















