Closes gh-2044
This commit is contained in:
chendayu
2018-12-08 20:38:22 +08:00
committed by Stephane Nicoll
parent 58a99e3983
commit 073f304db9

View File

@@ -30,7 +30,7 @@ chapter.
.JSR-303/JSR-349 Bean Validation
****
As of version 4.0, Spring Frameworksupports Bean Validation 1.0 (JSR-303) and Bean Validation 1.1
As of version 4.0, Spring Framework supports Bean Validation 1.0 (JSR-303) and Bean Validation 1.1
(JSR-349) for setup support and adapting them to Spring's `Validator` interface.
An application can choose to enable Bean Validation once globally, as described in