I got it working now. I removed
transient
from
private transient LocalDateTime createdAt;
SonarLint is requiring it since the class implements Serializable that’s why I put it at first.
4
solved JPA AttributeConverter for LocalDateTime
I got it working now. I removed
transient
from
private transient LocalDateTime createdAt;
SonarLint is requiring it since the class implements Serializable that’s why I put it at first.
4
solved JPA AttributeConverter for LocalDateTime