spring boot swagger ui使用 nginx 部署后无法使用问题

Posted 技术宅home

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot swagger ui使用 nginx 部署后无法使用问题相关的知识,希望对你有一定的参考价值。

location /wxapi {
            proxy_pass  http://flower-wx-api;
            ## 指定HOST
            proxy_set_header Host $host; 
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header X-Forwarded-Port $server_port;
}

 

以上是关于spring boot swagger ui使用 nginx 部署后无法使用问题的主要内容,如果未能解决你的问题,请参考以下文章

在spring Boot中使用swagger-bootstrap-ui(原文)

Spring Boot + Swagger + Swagger UI 和 @RequestBody 具有数据类型 String

Spring boot整合Swagger

spring boot swagger ui使用 nginx 部署后无法使用问题

无法从 spring-boot 应用程序中调出 swagger-ui

spring boot 配置swagger UI