• Stephane Nicoll's avatar
    Polish contribution · fd437797
    Stephane Nicoll authored
    This commit polihes the original Neo4j contribution in several areas.
    
    Rather than providing the packages to scan, this commit rearranges the
    `EntityScan` and `EntityScanRegistrar` so that the logic can be shared
    for other components. If no package is provided, scanning now defaults to
    the "auto-configured" package(s) and a `@NodeEntityScan` annotation
    allows to override that.
    
    The configuration has also been updated to detect the driver based on the
    `uri` property. If the embedded driver is available we use that by
    default. If it is not available, we're trying to connect to a Neo4j
    server running on localhost. It is possible to disable the embedded mode
    or set the `uri` parameter explicitly to deviate from these defaults.
    
    The sample no longer relies on the embedded driver for licensing reason:
    rather it expects an instance running on localhost (like other
    data-related samples) and gracefully ignore any connection error. A
    README has been added in the sample to further explain the available
    options;
    
    Closes gh-5458
    fd437797
Name
Last commit
Last update
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...