Add credential repository testing

This commit is contained in:
Dmitrii Cravcenco
2023-12-21 15:35:51 +02:00
parent 8ef00d83ef
commit f9ccaca90d
4 changed files with 86 additions and 40 deletions

View File

@@ -34,8 +34,6 @@
private String username;
@Transient
// @NotNull(message = "Password must not be null")
// @NotEmpty(message = "Password must not be empty")
private String password;
@OneToMany(mappedBy = "user", fetch = FetchType.LAZY, cascade = CascadeType.ALL)