ReactiveCrudRepository to use Hibernate in spring

后端 未结 3 1907
遥遥无期
遥遥无期 2020-12-08 04:44

Is it possible to use Hibernate and RDBMS(Mysql, Postgres etc) with ReactiveCrudRepository instead of CrudRepository? I have tried some samples wi

3条回答
  •  囚心锁ツ
    2020-12-08 05:21

    you could try with quarkus framework and panache mongo hibernate reactive repositories. https://quarkus.io/guides/mongodb-panache .It is easy manage a reactive repository over mongoDB, It is later but hope helps.

提交回复
热议问题