- Notifications
You must be signed in to change notification settings - Fork10
Automatic configuration of Neo4j's Java Driver for Spring Boot applications
License
neo4j/neo4j-java-driver-spring-boot-starter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A Spring Boot starter with automatic configuration for theNeo4j Java Driver.
Important | This project is now superseded by the automatic configuration in Spring Boot 2.4. Spring Boot 2.4 includes the same means of configuring a standalone Neo4j Driver instance, including the same health checks. There is a dedicated starter for Spring Data Neo4j 6 (formerly known as SDN/RX). |
This starter provides a convenient way to configure all aspects of the Neo4j-Java-Driver from within a Spring Boot application.It provides a single, managed Spring Bean of typeorg.neo4j.driver.Driver, configured to your needs.
The starter does not add any additional functionality on top of the driver, but only exposes the drivers configuration in a Spring friendly way.However, it configures the driver to use Springs JCL logging variation by default.
The 4.x.y. line of the starter only supports the 4.x.y line of the Neo4j Java Driver.It is tested and developed againstSpring Boot 2.3.12.RELEASE.
The starter supports Neo4j server mode only, that is: A connection against a Neo4j server over the Bolt protocol.
About
Automatic configuration of Neo4j's Java Driver for Spring Boot applications
Topics
Resources
License
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.