Swagger2 Unable to infer base url. This is common
时间:2020-06-20 23:01:14
收藏:0
阅读:362
http://localhost:8080/swagger-ui.html
弹出:
解决方法:除了SwaggerConfig 上要加@EnableSwagger2 ,启动类上也要加
重启再次访问如下
原文:https://www.cnblogs.com/vipsoft/p/13170760.html
评论(0)