user entity
@Id @GeneratedValue(strategy = GenerationType.AUTO) Integer id; String name; String email; String password;