feat(): 增加了forestHttp调用框架

master
zzh 2024-08-04 11:32:23 +08:00
parent 5c3dcd7433
commit 48d5f170dc
1 changed files with 8 additions and 0 deletions

View File

@ -43,12 +43,20 @@
<hutool.version>5.8.27</hutool.version>
<knife4j-openapi3.version>4.1.0</knife4j-openapi3.version>
<xxl-job-core.version>2.4.1</xxl-job-core.version>
<forest.version>1.5.36</forest.version>
</properties>
<!-- 依赖声明 -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot3-starter</artifactId>
<version>${forest.version}</version>
</dependency>
<!-- SpringBoot 依赖配置 -->
<dependency>
<groupId>org.springframework.boot</groupId>