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:

Swagger-UI 提示Unable to infer base url.
在application启动类中添加@EnableSwagger2注解
Swagger-UI 提示Unable to infer base url.

参考文章

Swagger-UI 提示Unable to infer base url.

相关文章:

  • 2021-06-29
  • 2022-12-23
  • 2021-04-30
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2022-01-22
猜你喜欢
  • 2021-12-20
  • 2021-11-10
  • 2021-06-05
  • 2021-06-19
  • 2021-09-19
  • 2021-05-22
相关资源
相似解决方案