cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

goncalo_silva
Node
since ‎01-09-2020
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I have a SpringBoot application where I'm using the following dependency: <dependency> <groupId>org.neo4j.driver</groupId> <artifactId>neo4j-java-driver-spring-boot-starter</artifactId> <version>1.7.5</version> </dependency> ...