Unable to infer base url. This is common when using dynamic servlet registration or when the API is behind an API Gateway. The base url is the root of where all the swagger resources are served. For e.g. if the api is available at http://example.org/api/v2/api-docs then the base url is http://example.org/api/. Please enter the location manually: 什么意思
时间: 2024-03-11 10:45:11 浏览: 398
这个错误通常出现在使用动态servlet注册或API位于API网关后面时,无法推断出API的基本URL。基本URL是所有Swagger资源提供的根路径。例如,如果API在http://example.org/api/v2/api-docs可用,则基本URL为http://example.org/api/。这个错误提示需要手动输入API的基本URL位置。
相关问题
unable to infer base url. this is common when using dynamic servlet registration or when the api is behind an api gateway. the base url is the root of where all the swagger resources are served. for e.g. if the api is available at http://example.org/api/v
无法推断基础URL。这是使用动态servlet注册时常见的情况,或者当API位于API网关后面时。基础URL是所有Swagger资源的根目录。例如,如果API可在 http://example.org/api/v 访问,则基础URL为 http://example.org。
Unable to infer base url. This is common when using dynamic servlet registration or when the AP
当出现"Unable to infer base url"错误时,这通常是由于使用动态servlet注册或API位于API网关后面。"base url"是指所有swagger资源提供的根路径。例如,如果API可在http://example.org/api/v2/api-docs访问,则"base url"是http://example.org/api/。您可以手动输入位置来解决此问题。
阅读全文