增加swagger3的核心依赖

master
zhang chengzhi 2024-07-31 19:20:22 +08:00
parent db37e07adc
commit 868a4c903a
1 changed files with 6 additions and 0 deletions

View File

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