Expose CrudRepository by some out-of-the-box Controller

Viewed 18

In Spring there is CrudRepository that exposes all methods needed to access the CRUD table.
It is very convienient as not much needs to be done there to create such repository.

Is there a Spring class that can allow me to expose such CrudRepository via RestController, GraphQL or something else; allowing me to fine tune access control or ViewModel later?

0 Answers
Related