See gh-29157
This commit is contained in:
izeye
2021-12-23 22:44:16 +09:00
committed by Stephane Nicoll
parent 8ee0640cc0
commit 7fbb5749d1
10 changed files with 39 additions and 37 deletions

View File

@@ -11,6 +11,6 @@ For instance, the following service triggers the validation of the first argumen
include::{docs-java}/io/validation/MyBean.java[]
----
The application's `MessageSource` is used when resolving +`{parameters}`+ in constraint messages.
The application's `MessageSource` is used when resolving `+{parameters}+` in constraint messages.
This allows you to use <<features.adoc#features.internationalization,your application's `messages.properties` files>> for Bean Validation messages.
Once the parameters have been resolved, message interpolation is completed using Bean Validation's default interpolator.