提交 12892eef 编写于 作者: J Juergen Hoeller

fixed String size constraint example (SPR-6517)

上级 0d413c7e
......@@ -1290,7 +1290,7 @@ public class PersonForm {
public class PersonForm {
@NotNull
@Max(64)
@Size(max=64)
private String name;
@Min(0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册