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.
2 parents 50d138e + d7eb358 commit d910bedCopy full SHA for d910bed
src/main/java/com/naturalprogrammer/spring/tutorial/domain/User.java
@@ -46,6 +46,7 @@ public static enum Role {
46
@Column(nullable = false, length = 250)
47
private String email;
48
49
+
50
@NotBlank(groups = {SignUpValidation.class, UpdateValidation.class})
51
@Size(max=100, groups = {SignUpValidation.class, UpdateValidation.class})
52
@Column(nullable = false, length = 100)
0 commit comments