Bootstrap

SpringBoot 中的测试jar包knife4j(实现效果非常简单)

1、效果图

非常快的可以看见你实现的接口 路径http://localhost:8080/doc.html#/home 端口必须是自己的

2、实现效果

2.1、导入jar包

<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
<version>4.5.0</version>
</dependency>

2.2、设置端口名

运行 用浏览器打开路径http://localhost:8080/doc.html#/home

;