feat():增加swagger核心依赖包
parent
c282f15baa
commit
6940720c34
10
pom.xml
10
pom.xml
|
@ -166,6 +166,16 @@
|
|||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
</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>
|
||||
|
||||
</project>
|
||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
#Generated by Maven
|
||||
#Tue Jul 23 01:21:31 CST 2024
|
||||
#Wed Jul 31 21:04:11 CST 2024
|
||||
artifactId=cloud-common-core
|
||||
groupId=com.muyu
|
||||
version=3.6.3
|
||||
|
|
Loading…
Reference in New Issue