当前位置: 代码迷 >> 综合 >> springfox-boot-starter零配置实现在线文档
  详细解决方案

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

热度:96   发布时间:2024-01-29 05:43:31.0

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

        <dependency><groupId>io.springfox</groupId><artifactId>springfox-boot-starter</artifactId><version>3.0.0</version></dependency>

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

在这里插入图片描述

  相关解决方案