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

master
lwj 2024-08-06 21:00:38 +08:00
parent ee993a979f
commit 98c52c8d30
1 changed files with 9 additions and 1 deletions

10
pom.xml
View File

@ -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>
<!-- 依赖声明 -->
@ -291,6 +292,13 @@
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot3-starter</artifactId>
<version>${forest.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
@ -310,7 +318,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>