Compare commits
3 Commits
033b430051
...
features/c
| Author | SHA1 | Date | |
|---|---|---|---|
| bc31074a24 | |||
| ad2c3c70b2 | |||
| ac624a62fb |
@@ -1,5 +1,5 @@
|
||||
# Étape 1 : Build avec Maven et Java 17
|
||||
FROM openjdk:17-jdk-slim
|
||||
FROM eclipse-temurin:17-jdk-jammy
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -80,6 +80,7 @@ public class Enquete extends BaseEntity implements Serializable {
|
||||
|
||||
@JsonIgnore
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "proprietaire_id")
|
||||
private Personne personne ;
|
||||
|
||||
@JsonIgnore
|
||||
|
||||
Reference in New Issue
Block a user