作者:Eddy 历史版本:1 最后编辑:Eddy 更新时间:2024-11-20 15:41
适用版本:所有版本;
如何访问swagger在线文档
微服务版本(Zuul网关聚合)
- 原生UI:http://[ip]:[port]/swagger-ui.html ;
- Bootstrap UI3.3.8+:http://[ip]:[port]/doc.html ;
- ip:网关服务器IP;
- port:网关端口;
微服务版本(Gateway非聚合)3.3.8+
- 原生UI
- http://[ip]:[port]/ibps/oauth2/v3/swagger-ui.html ;
- http://[ip]:[port]/ibps/platform/v3/swagger-ui.html ;
- http://[ip]:[port]/ibps/business/v3/swagger-ui.html ;
- Bootstrap UI
- http://[ip]:[port]/ibps/oauth2/v3/doc.html ;
- http://[ip]:[port]/ibps/platform/v3/doc.html ;
- http://[ip]:[port]/ibps/business/v3/doc.html ;
- ip:网关服务器IP;
- port:网关端口;
微服务版本(Gateway聚合文档)3.5.1+
- 原生UI:http://[ip]:[port]/swagger-ui.html ;
- Bootstrap UI:http://[ip]:[port]/doc.html ;
- ip:网关服务器IP;
- port:网关端口;
单体版本
- 原生UI:http://[ip]:[port]/swagger-ui.html ;
- Bootstrap UI3.3.8+:http://[ip]:[port]/doc.html ;
- ip:应用服务器IP;
- port:网关端口;
如何关闭swagger在线文档
- 修改oauth、platform、business项目config/application.yml
- 增加swagger.disable: true