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

master
lwj 2024-07-31 20:08:46 +08:00
parent 577f9142d9
commit 15720db15c
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>