I am wondering if It's possible to start a Neo4J database directly from the Spring application. Right now, when I want to connect with my database I have to lauch Neo4J Desktop first and start a certain database so I can then connect it to my spring ...