feat():增加swagger核心依赖包
parent
c282f15baa
commit
6940720c34
10
pom.xml
10
pom.xml
|
@ -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.
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue