Made User ID not autogenerated bcs. the database wouldnt work otherwise
This commit is contained in:
parent
663d3482ee
commit
01b1ca190d
@ -12,7 +12,6 @@ import java.util.List;
|
|||||||
public class User {
|
public class User {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue
|
|
||||||
private int id;
|
private int id;
|
||||||
|
|
||||||
private String username;
|
private String username;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user