Class NeoConfig


  • @Configuration
    public class NeoConfig
    extends Object
    Starts embedded Neo4J with database in directory specified in org.vrspace.db property - only if the property is set. Otherwise, database connection is controlled by the framework, and spring.neo4j.uri, spring.neo4j.authentication.username and spring.neo4j.authentication.password properties.
    Author:
    joe
    • Constructor Detail

      • NeoConfig

        public NeoConfig()
    • Method Detail

      • stop

        @PreDestroy
        public void stop()