Problem Statement -
Create a Web Applicationto register a user, login, edit, update, search user by id or name using JSP-Servlet andHibernate.
Solution - This is a JSP-Servlet and Hibernate project for managing user including user login, update and search functionality
Please do clone of the repository and configure the mysql database configuration in src/hibernate.cfg.xml with the desired configuration.
Use db-script.sql.txt for creating the required tables under the database for running the applcaition.