Fix wrong replacement hint for 'spring.data.neo4j.username'
Closes gh-30550
This commit is contained in:
parent
bc81ae81fc
commit
41ab46d0c7
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue