Project

General

Profile

Bug #166

external neo4j database

Added by Josip Almasi over 1 year ago. Updated almost 1 year 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 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

#2

Updated by Josip Almasi almost 1 year ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF