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")
History
Updated by Josip Almasi about 1 year ago
- Assignee set to Josip Almasi
- Status changed from New to Resolved
Easy fix, though external database has to be exact same version as the embedded one: 4.3.6