Hi, I need to make a web application in which I can add a person to his database with its parameters (for example, first name, last name and age)
https://pastebin.com/U8fVWinZ - index.jsp, where is button to add a person
https://pastebin.com/85uKuec0 - java class, with person as entity
I have a problem with @Entity and I don’t know what to do next