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