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

master
86191 2024-08-01 11:56:43 +08:00
parent 9b91298da3
commit 5c44ba424b
1 changed files with 6 additions and 0 deletions

View File

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