Closed vifeng closed 8 months ago
I couldn't make The composite key from baeldung works so I changed it to this one : https://www.codejava.net/frameworks/spring/spring-data-jpa-composite-primary-key-examples
If time it would be interesting to go back to this version and try to make it work
The errors aren't MapStruct related. Spring is complaining that it's getting some String which is supposed to be converted into a Ticket_ReservationKey. This kind of message typically originates either when reading from the database or converting an incoming JSON request.