feat():增加了forestHttp调用框架
parent
2975832542
commit
b087cc09dc
7
pom.xml
7
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>
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
|
@ -286,6 +287,12 @@
|
|||
<artifactId>cloud-pay-remote</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<!--forestHttp调用框架依赖-->
|
||||
<dependency>
|
||||
<groupId>com.dtflys.forest</groupId>
|
||||
<artifactId>forest-spring-boot-starter</artifactId>
|
||||
<version>${forest.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
|
Loading…
Reference in New Issue