Hi all!
I use Neo4j in my Spring Boot application. For testing, I run Neo4j runs from the official neo4j:latest Docker image, with the port 7687 for Bolt.
Locally, when I run unit & integration tests, everything is fine. All tests finish under 4 minu...