feat(): 增加了forestHttp调用框架
parent
57e00f232c
commit
6596edd443
6
pom.xml
6
pom.xml
|
@ -167,6 +167,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>
|
||||||
|
|
Loading…
Reference in New Issue