【问题标题】:What is the springfox in the pom dependency?pom依赖中的springfox是什么?
【发布时间】:2016-06-24 17:15:32
【问题描述】:

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

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

像上面一样,我不明白它的含义以及它是如何工作的。 我搜索了它,但没有任何信息 springfox 是什么。

【问题讨论】:

标签: spring swagger springfox


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 2019-05-19
    • 2015-07-05
    • 1970-01-01
    • 2015-10-12
    • 1970-01-01
    • 1970-01-01
    • 2018-04-10
    • 1970-01-01
    • 2022-12-06
    相关资源
    最近更新 更多