Example usage for org.springframework.data.rest.core.config RepositoryRestConfiguration setBasePath

List of usage examples for org.springframework.data.rest.core.config RepositoryRestConfiguration setBasePath

Introduction

In this page you can find the example usage for org.springframework.data.rest.core.config RepositoryRestConfiguration setBasePath.

Prototype

public RepositoryRestConfiguration setBasePath(String basePath) 

Source Link

Document

Configures the base path to be used by Spring Data REST to expose repository resources.

Usage