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

master
Yueng 2024-08-09 15:25:27 +08:00
parent 36c705907a
commit 755743e8df
1 changed files with 4 additions and 0 deletions

View File

@ -175,6 +175,10 @@
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot3-starter</artifactId>
</dependency>
</dependencies>
<build>
<plugins>