Unable to infer base url. This is common when using dynamic servlet registration or when the API is

本文档介绍了在使用Swagger时遇到的基础URL无法自动推断的问题及其解决方法。第一种解决方案是检查是否执行了Maven刷新操作。第二种情况涉及SwaggerConfig配置和Application文件的@ComponentScan设置。确保已添加@Configuration和@EnableSwagger2注解,并正确指定@ComponentScan的basePackages。
摘要由CSDN通过智能技术生成

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:

第一种情况:

可能是没有进行maven的刷新,可以试一下,我当时就出现过这种情况

 

第二种情况

1.看你的swaggerConfig加没加注解 

@Configuration//配置类
@EnableSwagger2 //swagger注解
public class SwaggerConfig {

2.看你的Application文件是否加了@ComponentScan(basePackages = {“xxxx”})

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值