Skip to content

Commit

Permalink
Correct cross-reference in reference documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 4, 2020
1 parent f5ec36c commit bb5faea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1830,7 +1830,7 @@ If you used `@Value("{demo.itemPrice}")` instead, `demo.item-price` and `DEMO_IT
If you define a set of configuration keys for your own components, we recommend you group them in a POJO annotated with `@ConfigurationProperties`.
Doing so will provide you with structured, type-safe object that you can inject into your own beans.

While you can write a `SpEL` expression in `@Value`, such expressions are not processed from <<boot-features-external-config-application-property-files,application property files>>.
While you can write a `SpEL` expression in `@Value`, such expressions are not processed from <<boot-features-external-config-files,application property files>>.



Expand Down

0 comments on commit bb5faea

Please sign in to comment.