降低springboot版本为2.4.6,为了更好兼容其他框架。

整合knife4j生成接口文档
This commit is contained in:
xiongfeng
2022-07-26 11:53:16 +08:00
parent 18954caa2b
commit 8d020045b7
11 changed files with 73 additions and 76 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.0</version>
<version>2.4.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>cn.xf</groupId>
@@ -57,7 +57,7 @@
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<!--在引用时请在maven中央仓库搜索3.X最新版本号-->
<version>3.0.3</version>
<version>2.0.2</version>
</dependency>
<dependency>