Actions
Bug #166
closed
JA
JA
external neo4j database
Bug #166:
external neo4j database
Start date:
05/03/2023
Due date:
% Done:
0%
Estimated time:
Description
The server can be configured to use external, stand-alone neo4j database server, rather than the embedded one.
This used to work but most likely doesn't work any longer, due to internal component dependencies:
@DependsOn({ "database" })
while in Neo4JConfig
@ConditionalOnProperty("org.vrspace.db")
@Bean("database")
Actions