其他分享
首页 > 其他分享> > springboot整合增强文档knife4j

springboot整合增强文档knife4j

作者:互联网

集成增强文档knife4j

1、pom.xml中添加依赖

 	<!--Knife4j-->
        <dependency>
            <groupId>com.github.xiaoymin</groupId>
            <artifactId>knife4j-spring-boot-starter</artifactId>
            <version>3.0.2</version>
        </dependency>

 

2、config文件添加注解@EnableKnife4j

 

 

 

3、访问http://localhost:8080/doc.html

 

 文档导出

 

 

搜索

复制

<iframe height="240" width="320"></iframe>

标签:knife4j,springboot,spring,pom,文档,添加
来源: https://www.cnblogs.com/zhukaile/p/16273034.html