标签: neo4j cypher spring-data-neo4j hibernate-ogm
我正在使用spring boot 4.2.x但是我找到了一个修改配置的代码,以便使用spring boot configartion类。
我确实设法通过更改neo4j like here的配置来使搜索工作。但是我试图从我没有嵌入数据库的应用程序中做同样的事情。 与here不同。
我可以从客户端应用程序更改远程数据库配置吗?
我正在使用this version of neo4j and spring