Made User ID not autogenerated bcs. the database wouldnt work otherwise

This commit is contained in:
Maximilian Leopold 2019-04-16 18:11:35 +02:00
parent 663d3482ee
commit 01b1ca190d

View File

@ -12,7 +12,6 @@ import java.util.List;
public class User {
@Id
@GeneratedValue
private int id;
private String username;