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

master
chentaisen 2024-08-05 18:19:25 +08:00
parent db7e27f11d
commit 1a2bcb613d
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>