Hi, I added Neo4j dependencies to an existing Spring Boot command line application — that is already connecting to a PostgreSQL database.
The issue is that after Neo4j connectivity addition, the application no longer exits after its main() method fin...