Files
spring-boot-rest/persistence-modules/spring-data-neo4j
Max ec067ac46c Redundant Variable 'config'
Instead of initializing a local variable first and then return it, you could directly return a new Builder instance.

-> return new Builder().uri(URL).build();
2020-01-15 15:43:57 +01:00
..
2020-01-15 15:43:57 +01:00
2019-12-06 11:40:56 +02:00

Spring Data Neo4j

Relevant Articles:

Build the Project with Tests Running

mvn clean install

Run Tests Directly

mvn test