增加了forest的版本号

master
张腾 2024-08-05 20:38:21 +08:00
parent fcfd3dd07b
commit aaed272ecf
1 changed files with 6 additions and 0 deletions

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>
<!-- 依赖声明 -->
@ -126,6 +127,11 @@
<version>${jakarta.servlet.version}</version>
</dependency>
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot3-starter</artifactId>
<version>${forest.version}</version>
</dependency>
<!-- Java annotation 标准库-->
<dependency>
<groupId>javax.annotation</groupId>