@ -443,16 +443,16 @@ For example, if a secret named `db.password` is mounted at location `/run/secret
@@ -443,16 +443,16 @@ For example, if a secret named `db.password` is mounted at location `/run/secret
The values in `application.properties` and `application.yml` are filtered through the existing `Environment` when they are used, so you can refer back to previously defined values (for example, from System properties).
The standard `$\{name}` property-placeholder syntax can be used anywhere within a value.
The values in `application.properties` and `application.yml` are filtered through the existing `Environment` when they are used, so you can refer back to previously defined values (for example, from System properties or environment variables).
The standard `$\{name:default}` property-placeholder syntax can be used anywhere within a value.
For example, the following file will set `app.description` to "`MyApp is a Spring Boot application`":
For example, the following file will set `app.description` to "`MyApp is a Spring Boot application written by john.doe`":