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

master
LQS 2024-08-04 10:59:10 +08:00
parent 37df2bb6c2
commit a59dca1ea2
1 changed files with 5 additions and 0 deletions

View File

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