...

/

Customize Supported HTTP Methods

Customize Supported HTTP Methods

Let’s learn to customize the default bindings of Spring Data Rest's HTTP methods.

We'll cover the following...

The Todo resource

It’s possible to customize the default bindings of Spring Data Rest HTTP methods such as findById, save, and ...