How to generate Index and Constraint script for Neo4j store using Liquigraph in java?
问题 I am trying to generate the Index and Constraint for my spring entities. I am not using any capability of spring-data to do it such as indexes.auto=assert . How can I generate the scripts with following conditions I need to generate scripts in offline mode. ie I cannot provide any Neo4j server,user,password etc. I need to use the java api to achieve it. I am able to create liquigraph change-log but I can't find a way to generate the script. The maven dependency I have used is <!-- https:/