Fix bugs. Feature abstract class added
This commit is contained in:
@@ -11,6 +11,7 @@ import javax.persistence.Id;
|
||||
@Entity
|
||||
@Data
|
||||
//@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class User {
|
||||
|
||||
@Id
|
||||
@@ -72,4 +73,4 @@ public class User {
|
||||
|
||||
return "User(id=" + this.id + ", name=" + this.name + ", password=" + this.password + ")";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user