Escape property placeholder in reference docs.

Now it is no longer evaluated as variable.

See #2956
This commit is contained in:
Mark Paluch
2024-10-17 11:09:45 +02:00
parent fef71a289f
commit bf32311d8c

View File

@@ -519,4 +519,4 @@ Spring's property placeholders can be used in custom queries inside `${}`.
include::example$documentation/repositories/domain_events/ARepository.java[tags=property-placeholder]
----
In the example above, if the property `foo` would be set to `bar` then the `${foo}` block would be resolved to `bar`.
In the example above, if the property `foo` would be set to `bar` then the `$\{foo\}` block would be resolved to `bar`.