feat: 基本流程crud接口完成
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -96,12 +96,15 @@
|
||||
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
||||
<version>2.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.swagger.core.v3</groupId>
|
||||
<artifactId>swagger-annotations-jakarta</artifactId>
|
||||
<version>2.2.15</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<scm>
|
||||
<!-- <connection>scm:git:git@git.feashow.cn:clay/metis.git</connection>-->
|
||||
<!-- <developerConnection>scm:git:git@git.feashow.cn:clay/metis.git</developerConnection>-->
|
||||
<connection>scm:git:http://git.feashow.cn/clay/metis.git</connection>
|
||||
<developerConnection>scm:git:http://git.feashow.cn/clay/metis.git</developerConnection>
|
||||
<url>http://git.feashow.cn/clay/metis.git</url>
|
||||
|
||||
Reference in New Issue
Block a user