We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef71a2 commit bf32311Copy full SHA for bf32311
src/main/antora/modules/ROOT/pages/appendix/custom-queries.adoc
@@ -519,4 +519,4 @@ Spring's property placeholders can be used in custom queries inside `${}`.
519
include::example$documentation/repositories/domain_events/ARepository.java[tags=property-placeholder]
520
----
521
522
-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`.
0 commit comments