- Add createdAt LocalDateTime field with @Column(updatable = false) - No @GeneratedValue - set manually during user creation - Set createdAt in AuthService.register() and AdminDataInitializer - Ignore createdAt in UserMapper (mapped manually, not from DTO) - Add UserTest with 3 tests verifying field, annotation, and default |
||
|---|---|---|
| .. | ||
| src | ||
| http-client.private.env.json | ||
| iam.http | ||
| pom.xml | ||