增加了forest的版本号
parent
fcfd3dd07b
commit
aaed272ecf
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue