Skip to content

Commit

Permalink
reason - not working tests
Browse files Browse the repository at this point in the history
change application.properties username and password prefix from spring.data.neo4j to spring.neo4j
  • Loading branch information
michaelstankiewiczcoding authored and Buzzardo committed Oct 17, 2023
1 parent 25daf26 commit a31b760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions complete/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring.neo4j.uri=bolt://localhost:7687
spring.data.neo4j.username=neo4j
spring.data.neo4j.password=secret
spring.neo4j.authentication.username=neo4j
spring.neo4j.authentication.password=secret

0 comments on commit a31b760

Please sign in to comment.