{"id":15159651,"url":"https://github.com/neo4j/neo4j-java-driver-spring-boot-starter","last_synced_at":"2025-09-30T10:30:43.103Z","repository":{"id":45638917,"uuid":"190197552","full_name":"neo4j/neo4j-java-driver-spring-boot-starter","owner":"neo4j","description":"Automatic configuration of Neo4j's Java Driver for Spring Boot applications","archived":true,"fork":false,"pushed_at":"2023-08-10T07:53:25.000Z","size":751,"stargazers_count":33,"open_issues_count":3,"forks_count":10,"subscribers_count":55,"default_branch":"master","last_synced_at":"2024-11-01T00:05:11.795Z","etag":null,"topics":["bolt","driver","java","neo4j","neo4j-driver","spring-boot","spring-boot-starter"],"latest_commit_sha":null,"homepage":"https://neo4j.github.io/neo4j-java-driver-spring-boot-starter/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neo4j.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-04T12:32:55.000Z","updated_at":"2024-10-14T19:58:47.000Z","dependencies_parsed_at":"2024-09-22T09:01:22.828Z","dependency_job_id":"27f8cd26-86bd-4982-91f2-ca697cf3468c","html_url":"https://github.com/neo4j/neo4j-java-driver-spring-boot-starter","commit_stats":{"total_commits":161,"total_committers":5,"mean_commits":32.2,"dds":0.03105590062111796,"last_synced_commit":"ac4b06954bdb243e6574762376a4a952fe9d5481"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo4j%2Fneo4j-java-driver-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo4j%2Fneo4j-java-driver-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo4j%2Fneo4j-java-driver-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo4j%2Fneo4j-java-driver-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neo4j","download_url":"https://codeload.github.com/neo4j/neo4j-java-driver-spring-boot-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234724891,"owners_count":18877279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bolt","driver","java","neo4j","neo4j-driver","spring-boot","spring-boot-starter"],"created_at":"2024-09-26T21:41:08.249Z","updated_at":"2025-09-30T10:30:37.588Z","avatar_url":"https://github.com/neo4j.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Neo4j Spring Boot Starter\n:sectanchors:\n// tag::properties[]\n:groupId: org.neo4j.driver\n:artifactId: neo4j-java-driver-spring-boot-starter\n:neo4j-java-driver-spring-boot-starter_version: 4.3-SNAPSHOT\n:spring-boot_version: 2.3.12.RELEASE\n:neo4j_version: 4.3.6\n:config_prefix: org.neo4j.driver\n:gh_base: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter\n\n// end::properties[]\n\nimage:https://img.shields.io/maven-central/v/org.neo4j.driver/neo4j-java-driver-spring-boot-starter.svg[Maven Central,link=http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.neo4j.driver%22%20AND%20a%3A%22neo4j-java-driver-spring-boot-starter%22]\n\n[abstract]\n--\nA Spring Boot starter with automatic configuration for the https://github.com/neo4j/neo4j-java-driver[Neo4j Java Driver].\n--\n\nIMPORTANT: This project is now superseded by the automatic configuration in Spring Boot 2.4.\n           Spring Boot 2.4 includes the same means of configuring a standalone Neo4j Driver instance, including the same health checks.\n           There is a dedicated starter for Spring Data Neo4j 6 (formerly known as SDN/RX).\n\n== Introduction\n\nThis starter provides a convenient way to configure all aspects of the Neo4j-Java-Driver from within a Spring Boot application.\nIt provides a single, managed Spring Bean of type `org.neo4j.driver.Driver`, configured to your needs.\n\nThe starter does not add any additional functionality on top of the driver, but only exposes the drivers configuration in a Spring friendly way.\nHowever, it configures the driver to use Springs JCL logging variation by default.\n\nThe 4.x.y. line of the starter only supports the 4.x.y line of the Neo4j Java Driver.\nIt is tested and developed against https://spring.io/projects/spring-boot[Spring Boot {spring-boot_version}].\n\nThe starter supports Neo4j server mode only, that is: A connection against a Neo4j server over the Bolt protocol.\n\n== Manual\n\nFor a gentle introduction and some getting started guides, please use our\nlink:https://neo4j.github.io/neo4j-java-driver-spring-boot-starter/[Manual].\nThe manual contains descriptions of all examples, which you'll find in the project source directory under https://github.com/neo4j/neo4j-java-driver-spring-boot-starter/tree/master/examples[examples].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneo4j%2Fneo4j-java-driver-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneo4j%2Fneo4j-java-driver-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneo4j%2Fneo4j-java-driver-spring-boot-starter/lists"}