I setup a Spring Boot project including Spring Data Rest and Swagger:
org.springframework.boot
Did you import the configuration from springfox-data-rest? As Dilip Krishnan said, I followed the instructions and imported the configuration, adding this annotation to my Main Application class:
@Import({springfox.documentation.spring.data.rest.configuration.SpringDataRestConfiguration.class})
Hope it helps!