Rename security.user.password to spring.security.user.password

This commit is contained in:
Benoît Duhr
2018-02-05 08:56:02 +01:00
parent 2acae9b590
commit 88c012aa70

View File

@@ -874,7 +874,7 @@ include Spring Security on the classpath (e.g. through
`spring-boot-starter-security`). The default is a username of "user"
and a randomly generated password, which isn't going to be very useful
in practice, so we recommend you configure the password (via
`security.user.password`) and encrypt it (see below for instructions
`spring.security.user.password`) and encrypt it (see below for instructions
on how to do that).
=== Encryption and Decryption