feat(): 引入swagger3依賴

master
yangpeng 2024-08-08 17:08:55 +08:00
parent 54960c4525
commit bf53bed207
1 changed files with 5 additions and 0 deletions

View File

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