Commit 295bd1cf authored by duanruiming's avatar duanruiming

[add] 添加knife4依赖

parent 54c4384a
......@@ -104,6 +104,12 @@
<!-- 依赖声明 -->
<dependencyManagement>
<dependencies>
<!-- knife4j依赖 -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>2.0.4</version>
</dependency>
<!-- ElasticSearch依赖 -->
<dependency>
<groupId>org.elasticsearch.client</groupId>
......
......@@ -18,6 +18,10 @@
</properties>
<dependencies>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
</dependency>
<!-- easyexcel导出 -->
<dependency>
<groupId>com.alibaba</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment