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

master
xinzirun 2024-08-04 11:10:10 +08:00
parent 4cbd2a6bf3
commit 4d86b0c3de
1 changed files with 5 additions and 0 deletions

View File

@ -166,6 +166,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>