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

master
xinzirun 2024-08-05 21:00:44 +08:00
parent 57e00f232c
commit 6596edd443
1 changed files with 6 additions and 0 deletions

View File

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