增加swagger核心依赖包

master
李东佳 2024-08-09 10:09:34 +08:00
parent 51316d18a2
commit 3704e177bf
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>