There was an error while loading. Please reload this page.
1 parent 187eb35 commit 2223490Copy full SHA for 2223490
1 file changed
src/main/java/demo/codeexample/user/UserEntity.java
@@ -16,6 +16,7 @@ public class UserEntity {
16
17
@Id
18
@GeneratedValue(strategy = GenerationType.IDENTITY)
19
+ @Setter(AccessLevel.NONE)
20
private Long id;
21
22
private String fullName;
0 commit comments