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

master
DongZeLiang 2024-07-31 10:44:40 +08:00
parent 16a73ef468
commit 689ffc2026
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>