添加了swagger3的核心注解,依赖

master
zzh 2024-07-31 19:37:15 +08:00
parent 674a0627d3
commit 300cea0360
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@
<dependencies>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
<!-- SpringCloud Openfeign -->
<dependency>
<groupId>org.springframework.cloud</groupId>