Class NeoConfig


  • @Configuration
    @ConditionalOnProperty("org.vrspace.db")
    public class NeoConfig
    extends Object
    Starts embedded Neo4J with database in directory specified in org.vrspace.db property - only if the property is set.
    Author:
    joe
    • Constructor Detail

      • NeoConfig

        public NeoConfig()
    • Method Detail

      • stop

        @PreDestroy
        public void stop()