Add auto-configuration for Neo4j driver

This commit adds the support for creating a managed instance of the
Neo4j Java driver. The low-level support for Neo4j is helpful in
situations where the high-level abstraction of Spring Data Neo4j is not
needed.

See gh-22301
This commit is contained in:
Gerrit Meier
2020-07-06 22:59:44 +02:00
committed by Stephane Nicoll
parent a46572a884
commit 6134ff19f9
12 changed files with 1212 additions and 2 deletions

View File

@@ -1170,6 +1170,13 @@ bom {
]
}
}
library("Neo4j", "4.1.0") {
group("org.neo4j.driver") {
modules = [
"neo4j-java-driver"
]
}
}
library("Neo4j OGM", "3.2.12") {
group("org.neo4j") {
modules = [