pom依赖中的springfox是什么?

What is the springfox in the pom dependency?

什么是春狐。 我在 pom.xml 属性中看到了。 但是我看不懂springfox.

<dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger2</artifactId>
            <version>${springfox.version}</version>
</dependency>

和上面一样,我不明白它是什么意思,也不知道它是如何工作的。 我搜索了一下,但是没有关于 springfox 是什么的信息。

SpringFox 是 API 的自动文档生成器,用于 API 的构建,使用 Spring-Mvc 或 Spring Boot。截至本文发布的最新发布版本是 2.4.0