SpringMVC整合Swagger出现Unable to infer base url. This is common when using dynamic servlet 错误

错误具体信息如下:

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: 

出现这个问题的情况很多,当我出现这个问题的时候,可谓是把网络翻了遍,也没找到解决方案,和运行成功的配置一遍遍的比对,最终在认为最不可能出现问题的地方找到了答案。

我用的是最新版2.8.0版本。改为2.7.0以下版本即可成功运行。

不过,至于为什么使用2.8.0会出现这个问题,至今还没解决。



猜你喜欢

转载自blog.csdn.net/king_kgh/article/details/79613132