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

master
LQS 2024-08-06 20:35:27 +08:00
parent 0ac4489af1
commit c5b6f18dac
1 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,12 @@
<artifactId>hutool-all</artifactId> <artifactId>hutool-all</artifactId>
</dependency> </dependency>
<!-- forestHttp调用框架依赖-->
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot3-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>io.swagger.core.v3</groupId> <groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId> <artifactId>swagger-annotations-jakarta</artifactId>