diff --git a/multi/multi__spring_cloud_config_server.html b/multi/multi__spring_cloud_config_server.html index 52e92ecb..e5c9ed60 100644 --- a/multi/multi__spring_cloud_config_server.html +++ b/multi/multi__spring_cloud_config_server.html @@ -479,7 +479,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).

2.4 Encryption and Decryption

[Important]Important

Prerequisites: to use the encryption and decryption features you need the full-strength JCE installed in your JVM (it’s not there by default). You can download the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" diff --git a/single/spring-cloud-config.html b/single/spring-cloud-config.html index 10041f63..b44ac2fd 100644 --- a/single/spring-cloud-config.html +++ b/single/spring-cloud-config.html @@ -581,7 +581,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).

2.4 Encryption and Decryption

[Important]Important

Prerequisites: to use the encryption and decryption features you need the full-strength JCE installed in your JVM (it’s not there by default). You can download the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" diff --git a/spring-cloud-config.xml b/spring-cloud-config.xml index eb4792b0..5d8c5238 100644 --- a/spring-cloud-config.xml +++ b/spring-cloud-config.xml @@ -931,7 +931,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).