Project

General

Profile

Bug #166

external neo4j database

Added by Josip Almasi about 1 year ago. Updated 7 months ago.

Status:
Closed
Priority:
Low
Assignee:
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

#1

Updated by Josip Almasi 7 months ago

  • Status changed from New to Resolved
  • Assignee set to Josip Almasi

Easy fix, though external database has to be exact same version as the embedded one: 4.3.6

#2

Updated by Josip Almasi 7 months ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF