Swagger not detecting Spring Data Rest APIs with Spring Boot

后端 未结 4 943
名媛妹妹
名媛妹妹 2021-02-04 05:21

I setup a Spring Boot project including Spring Data Rest and Swagger:


        org.springframework.boot
                 


        
4条回答
  •  面向向阳花
    2021-02-04 05:48

    Spring Data Rest support was only introduced in springfox version 2.6.0. If you follow the instructions after upgrading to the latest version of springfox (2.6.1 at the time of this writing) you shouldn't have a problem with rendering the endpoints.

提交回复
热议问题