DOC

io.springboot : knife4j

Maven & Gradle

Oct 31, 2022

knife4j · knife4j是为Java MVC框架集成Swagger生成Api文档的增强解决方案,前身是swagger-bootstrap-ui,取名kni4j是希望她能像一把匕首一样小巧,轻量,并且功能强悍!!.2.x系列备份版本

Table Of Contents

Latest Version

Download io.springboot : knife4j Javadoc & API Documentation - Latest Versions:

All Versions

Download io.springboot : knife4j Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.1.x
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file knife4j-3.0.3.tmp-javadoc.jar to knife4j-3.0.3.tmp-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder knife4j-3.0.3.tmp-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "knife4j-3.0.3.tmp-sources.jar" -d "knife4j-3.0.3.tmp-javadoc" -subpackages