Update spring-cloud-config.adoc

Spelling error.

Fixes gh-1779
This commit is contained in:
choubani amir
2020-12-25 10:19:42 +01:00
committed by spencergibb
parent 73e88e52da
commit c7dc612890

View File

@@ -1151,7 +1151,7 @@ spring:
password: '{cipher}FKSAJDFGYOS8F7GLHAKERGFHLSAJ'
----
Encrypted values in a .properties file must not be wrapped in quotes. Otherwise, the value is not decrypted. The following example shows values that would work:
Encrypted values in `application.properties` file must not be wrapped in quotes. Otherwise, the value is not decrypted. The following example shows values that would work:
.application.properties
----