Maybe add thymeleaf?
need to test and add config keycloak
This commit is contained in:
@@ -16,6 +16,10 @@ public class Utilisateur implements Serializable {
|
||||
private int id;
|
||||
private String name;
|
||||
|
||||
//Pour génénrer un sub diff pour chaque persone
|
||||
@Column(unique = true)
|
||||
private String keycloakId;
|
||||
|
||||
@Column(unique=true)
|
||||
private String email;
|
||||
private String password;
|
||||
|
||||
Reference in New Issue
Block a user