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

master
WeiRan 2024-08-05 20:28:36 +08:00
parent 107029a18a
commit 9d307275e7
1 changed files with 5 additions and 0 deletions

View File

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