...

/

Customize Spring Data REST URL Path

Customize Spring Data REST URL Path

Learn to modify the relation name and path of Todo and TodoType resources.

We'll cover the following...

The Todo resource

So far, we’ve seen that our resource Todo is available at the /todos endpoint and its relation name is todos by ...