Introduction - If you have any usage issues, please Google them yourself
User registration function: first, input customer information in inputCustomer.jsp (including customer name, email and phone), then jump to CustomerServlet for processing, and finally forward the request to the displayCustomer.jsp page to display the information input by the customer. In the CustomerServlet, the customer information obtained in the JavaBean is created as an instance of Customer and shared by scoped objects.