Cannot set any value LocalDateTime in Entity of Spring Boot Example
I have a problem to set LocalDateTime.now to the entity of Spring Boot Example
Here is the entity shown below
Here is the method shown below
I get
How can I do that?
Here is the entity shown below
Here is the method shown below
I get
null value in checkIn of savedPark . I have to manually set the LocalDateTime.now() instead of using @Builder.DefaultHow can I do that?