With #22299, Spring Boot uses Spring Data Neo4j 6 that brings a number of new features that aren't documented as such at the moment.
In particular, spring.data.neo4j.database
should be properly explained as well as the fact reactive repositories are now supported.
Comment From: snicoll
When doing this we should also revisit @DataNeo4jTest
that still refers to the embedded mode.