로딩
티스토리 데이터 처리 중입니다.

JpaAuditing

 JpaAuditing

I was having this issue on the createdAt and modifiedAt not being created automatically upon posting a new entity. It had worked flawlessly in my previous project, yet when I tried to post a new entity in a postman test, it gave me the 500 Internal Server Error. package com.keyworld.projectboard.domain; import lombok.Getter; import lombok.ToString; import org.springframework.data.annotation.Crea.....

원문 링크 : JpaAuditing