是否有针对嵌入式数据存储的 Spring Boot Data Reactive Starter?

Is there any Spring Boot Data Reactive Starter targeting an embedded data store?

我正在通过开发小型演示应用程序学习 Spring WebFlux 和 Spring Boot。

如果我错了请纠正我,但唯一 Spring Boot Data Starters 反应式如下:

是否可以选择使用嵌入式 NoSQL 存储进行开发,就像通常使用 H2 for JPA 那样?

据我所知,您正在寻找可以嵌入到您的应用程序中的 NoSQL 数据库

您可以使用 MongoDB 作为嵌入式数据库,请参阅以下内容 link :

spring boot with embedded mongo

embedded MongoDB

希望对你有所帮助