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:
committed by
Stephane Nicoll
parent
a46572a884
commit
6134ff19f9
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user