FIX::edited correct names in fxml files
changed the controller names to use the greenify packages ADD::added button to add a vegetarian meal only the button
This commit is contained in:
@@ -8,17 +8,17 @@ import javax.persistence.GeneratedValue;
|
||||
import javax.persistence.GenerationType;
|
||||
import javax.persistence.Id;
|
||||
|
||||
//@AllArgsConstructor
|
||||
@Entity
|
||||
@Data
|
||||
//@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class User {
|
||||
|
||||
@Id
|
||||
private @Id
|
||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||
Long id;
|
||||
String name;
|
||||
String password;
|
||||
private String name;
|
||||
private String password;
|
||||
|
||||
/**
|
||||
* makes a user object.
|
||||
|
||||
Reference in New Issue
Block a user