feat():增加了forestHttp调用框架
parent
d3b199b8ca
commit
bbed074675
9
pom.xml
9
pom.xml
|
@ -44,6 +44,7 @@
|
|||
<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>
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
|
@ -287,6 +288,14 @@
|
|||
<version>${pay.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- forestHttp调用框架-->
|
||||
|
||||
<dependency>
|
||||
<groupId>com.dtflys.forest</groupId>
|
||||
<artifactId>forest-spring-boot3-starter</artifactId>
|
||||
<version>${forest.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
|
|
Loading…
Reference in New Issue