Skip to content
Snippets Groups Projects
Commit 7ca1afb9 authored by Martin Gargalovič's avatar Martin Gargalovič
Browse files

adding validation

parent 842565e0
No related branches found
No related tags found
1 merge request!13Language school user
Pipeline #
......@@ -9,7 +9,7 @@ import lombok.Setter;
@Getter
@Setter
public class UserCreateDto extends DomainObjectDto {
public class UserCreateDto {
@NotBlank
private String username;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment