地狱剑术免安装绿色中文版
14.2G · 2025-11-03

官网:https://s*p*r*ingdoc.org
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>1.6.14</version>
</dependency>
http://localhos**t:*8080/swagger-ui.html
或
http://loc*a**lhost:8080/swagger-ui/index.html
已不再积极维护
官网:https://smart-doc-group.**g*itee.io/smart-doc-website/
不依赖注解,通过分析 Java 注释生成文档,不依赖Swagger
<plugin>
<groupId>com.power.doc</groupId>
<artifactId>smart-doc-maven-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>html</goal>
</goals>
</execution>
</executions>
</plugin>
官网:https://doc.x*ia*omi*nfo.com/
是对 swagger-bootstrap-ui 的升级版本
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>3.0.3</version>
</dependency>
http://lo**calhost:*8080/doc.html
Spring Boot 中常用的 Swagger 实现框架:
OpenAPI Specification (OAS)
↑
└── Swagger(原始实现)
├── Swagger UI
├── Swagger Core
└── Swagger Codegen
└── Springdoc OpenAPI(现代实现)
├── 支持 OpenAPI 3.0
└── 集成 Swagger UI 展示
└── Knife4j(国产增强版)
├── 基于 Swagger UI
└── 支持 Spring Boot