pom依赖中的springfox是什么?

时间:2016-03-10 02:51:20

标签: spring swagger springfox

什么是springfox。 我在pom.xml属性中看到了。 但是我无法理解springfox。

<dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger2</artifactId>
            <version>${springfox.version}</version>
</dependency>
像上面一样,我不明白它意味着什么,它究竟是如何运作的。 我搜索了它,但没有信息springfox是什么。

1 个答案:

答案 0 :(得分:3)

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

相关问题