Max 3635001222 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