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

master
Number7 2024-08-07 17:18:55 +08:00
parent 5f2227dcd0
commit 1638385825
1 changed files with 9 additions and 1 deletions

10
pom.xml
View File

@ -6,7 +6,7 @@
<groupId>com.muyu</groupId>
<artifactId>cloud-server-parent</artifactId>
<version>3.6.3</version>
<version>3.6.4</version>
<name>muyu</name>
<url>http://www.muyu.vip</url>
@ -43,6 +43,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>
<!-- 依赖声明 -->
@ -299,6 +300,12 @@
<version>1.0.0</version>
</dependency>
<!--forestHttp调用框架依赖-->
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot3-starter</artifactId>
<version>${forest.version}</version>
</dependency>
</dependencies>
@ -320,6 +327,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<compilerArgs>
<arg>-parameters</arg>