Is it possible to use spring-data-rest-webmvc without an actual Repository?

前端 未结 2 1530
臣服心动
臣服心动 2021-01-15 19:06

The question may sound funny but I think this should be possible.

What I want is to use a repository that is purely custom but is exposed just like a Repository. Thi

2条回答
  •  情话喂你
    2021-01-15 20:05

    The easier way is to use spring-data-keyvalue project which does what you are trying to do.

提交回复
热议问题