Merge pull request #900 from mpalourdio/security_properties

Rename security.user.password to spring.security.user.password
This commit is contained in:
Ryan Baxter
2018-02-05 07:45:26 -05:00
committed by GitHub

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