Added Springfox Swagger-UI and it's not working, what am I missing?

后端 未结 11 1496
甜味超标
甜味超标 2020-12-02 00:00

Following the instructions here:

http://www.baeldung.com/swagger-2-documentation-for-spring-rest-api

I added these dependencies to my project:



        
11条回答
  •  渐次进展
    2020-12-02 00:49

    I tried most of these answers and the final solution was creeping..

    The right URL is the following

    http://localhost:8080/swagger-ui/

    I'm using Springfox swagger-ui 3.x.x

    Refer for complete swagger setup: http://muralitechblog.com/swagger-rest-api-dcoumentation-for-spring-boot/

提交回复
热议问题