Package org.vrspace.server.config
Class NeoConfig
java.lang.Object
org.vrspace.server.config.NeoConfig
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 Summary
-
Method Summary
-
Constructor Details
-
NeoConfig
public NeoConfig()
-
-
Method Details
-
stop
@PreDestroy public void stop()
-