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

master
Number7 2024-07-31 21:05:04 +08:00
parent c282f15baa
commit 6940720c34
3 changed files with 11 additions and 1 deletions

10
pom.xml
View File

@ -166,6 +166,16 @@
<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>-->
<dependency>
<groupId>repository.io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>

Binary file not shown.

View File

@ -1,5 +1,5 @@
#Generated by Maven #Generated by Maven
#Tue Jul 23 01:21:31 CST 2024 #Wed Jul 31 21:04:11 CST 2024
artifactId=cloud-common-core artifactId=cloud-common-core
groupId=com.muyu groupId=com.muyu
version=3.6.3 version=3.6.3