feat():增加swagger核心依赖包

master
chaiyapeng 2024-08-09 17:10:38 +08:00
parent a2f38a6634
commit 0ddeede408
1 changed files with 5 additions and 0 deletions

View File

@ -165,6 +165,11 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
</dependencies>
</project>