You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
The auto configuration of the driver is conditional:
We do this so that this starter doesn't clash with the current Spring Data Neo4j starter you get on start.spring.io.
If we would default to localhost, than the user would end up with a connection configured through SDN/OGM and this starter.
If the user adds this starter here, they have to be explicit in configuring the URL.
By doing so, it will than override the auto configuration of SDN/OGM.
Currently, this is not clear, as we a) don't mention it clear enough in the docs and b) default the URL in the properties.
cc @JMHReif
The text was updated successfully, but these errors were encountered: