Skip to content

Commit a31b760

Browse files
michaelstankiewiczcodingBuzzardo
authored andcommitted
reason - not working tests
change application.properties username and password prefix from spring.data.neo4j to spring.neo4j
1 parent 25daf26 commit a31b760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
spring.neo4j.uri=bolt://localhost:7687
2-
spring.data.neo4j.username=neo4j
3-
spring.data.neo4j.password=secret
2+
spring.neo4j.authentication.username=neo4j
3+
spring.neo4j.authentication.password=secret

0 commit comments

Comments
 (0)