Swagger-UI提示Unable to infer base url.

1.确认依赖是否添加上了


        io.springfox
        springfox-swagger2
        2.6.1
        compile
    

2.启动类Application添加注解@EnableSwagger2

附swagger所需依赖

    

   
        io.springfox
        springfox-swagger2
        2.6.1
        compile
    

     
    
        io.springfox
        springfox-swagger-ui
        2.7.0
    

 

你可能感兴趣的:(Swagger-UI提示Unable to infer base url.)