fix bug spring (h2 version + value var dans ReponseCourte)

This commit is contained in:
trochas
2025-10-11 13:51:53 +02:00
parent 09444a94ed
commit 57d58f5b27
157 changed files with 163 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ import lombok.Setter;
@NoArgsConstructor
@PrimaryKeyJoinColumn(name = "RC_Id")
public class ReponseCourte extends Reponse{
String value;
@Override
public String valHTML(){