* BAEL-6625 - spring data neo4j example
* BAEL-6625 - spring data neo4j example
* BAEL-6625 - optimized imports
* BAEL-6625 - moving project to jdk9 and above
* BAEL-6625 - changing test names
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();