Swagger| Swagger2 URL检查

  • swagger静态资源检测
    http://localhost:8080/yveshe_api_war_exploded/swagger-ui.html
    http://localhost:8080/yveshe_api_war_exploded/webjars/springfox-swagger-ui/css/screen.css
    http://localhost:8080/yveshe_api_war_exploded/webjars/springfox-swagger-ui/images/logo_small.png
    http://localhost:8080/yveshe_api_war_exploded/webjars/springfox-swagger-ui/lib/marked.js
    

  • swagger非静态URL

    http://localhost:8080/yveshe_api_war_exploded/v2/api-docs
    

    数据过多,省略.

    http://localhost:8080/yveshe_api_war_exploded/swagger-resources/configuration/ui
    

    在这里插入图片描述

    http://localhost:8080/yveshe_api_war_exploded/swagger-resources/configuration/security
    

    在这里插入图片描述

    http://localhost:8080/yveshe_api_war_exploded/swagger-resources
    

    在这里插入图片描述

发布了457 篇原创文章 · 获赞 147 · 访问量 43万+

猜你喜欢

转载自blog.csdn.net/u011479200/article/details/100764797