Fix wrong replacement hint for 'spring.data.neo4j.username'

Closes gh-30550
This commit is contained in:
Moritz Halbritter 2022-04-06 08:54:15 +02:00
parent bc81ae81fc
commit 41ab46d0c7
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@
"type": "java.lang.String",
"description": "Login user of the server.",
"deprecation": {
"replacement": "spring.neo4j.authentication.password",
"replacement": "spring.neo4j.authentication.username",
"level": "warning"
}
},