Spring Boot Appliation with below details:
Tools -> spring boot, mysql, security, thymeleaf, pagination, lombok, html,css
Entity -> User (id,fname,lname,contact,email,city,country) User can perform all operations after login if password is test123 (from application.properties)
launch application by running main class
username: user, password:test123

After adding some users, and we have used pagination, so list is displayed in pages, with 5 users per page







