Polish reference manual regarding placeholders

This commit is contained in:
Sam Brannen
2025-05-10 14:47:44 +02:00
parent 021bf6e77d
commit 457e876303
3 changed files with 7 additions and 6 deletions

View File

@@ -190,7 +190,7 @@ NOTE: If you use Spring Boot, you should probably use
instead of `@Value` annotations.
As an alternative, you can customize the property placeholder prefix by declaring the
following configuration beans:
following configuration bean:
[source,kotlin,indent=0]
----