Here I will show you how to make an encrypted connection to a managed aura DB or any other database using a neo4j+s:// URI.
This is valid for SDN v6 with neo4j v4 - it might be different for other versions.
The final code is on my github: https://github.com/mgZenMaster/spring...
The database used in this video and those credentials don't exist anymore, you have to use your own DB with your own credentials.
Also give my solution an upvote on Stackoverflow: https://stackoverflow.com/questions/6...
This article shows different solutions for different versions as well: / using-neo4j-aura-from-java-and-spring-boot
00:00 Setup a free aura DB Instance
03:10 Set up the connection in your Spring Boot project
06:00 Execute Cypher statements from your code (for test purposes)