springfox-boot-starter零配置实现在线文档

无需任何配置,对于spring boot 项目,直接引入下方依赖启动即可

        <dependency>
            <groupId>io.springfoxgroupId>
            <artifactId>springfox-boot-starterartifactId>
            <version>3.0.0version>
        dependency>

原 swagger-ui.html 已变更,
当前版本url http://localhost:8080/swagger-ui/ 或 http://localhost:8080/swagger-ui/index.html

springfox-boot-starter零配置实现在线文档_第1张图片

你可能感兴趣的:(工具,api管理,swagger-ui)