当前位置:网站首页>Visit the swagger times unable to infer base url

Visit the swagger times unable to infer base url

2022-06-11 03:03:00 b348858003

 Please add a picture description
If the above problems occur , Check whether the following dependencies are missing , I have lost the last problem of dependence before , At the same time Controller Medium plus @EnableSwagger2 that will do

    <dependency>
        <groupId>io.springfox</groupId>
        <artifactId>springfox-swagger2</artifactId>
        <version>2.9.2</version>
    </dependency>
    <dependency>
        <groupId>io.springfox</groupId>
        <artifactId>springfox-swagger-ui</artifactId>
        <version>2.9.2</version>
    </dependency>
    <dependency>
        <groupId>io.swagger</groupId>
        <artifactId>swagger-annotations</artifactId>
        <version>1.5.20</version>
    </dependency>

 Please add a picture description

I hope I can help you

原网站

版权声明
本文为[b348858003]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203020555409601.html