Friday, May 11, 2018

Spring Boot 2 Security Data JPA Hibernate Bootstrap

What we will accomplish:
  1. User login
  2. User registration and user-role selection at registration screen itself
  3. Spring Security
  4. Remember-me feature
  5. CRUD Operations using Data JPA Hibernate
  6. Form Validations
  7. UI using Bootstrap, Popper, Jquery, Font Awesome, Datatable


Technologies (Majorly) Used:

Spring Boot - 2.0.2
Spring Data JPA 2.0.6
Spring web/security 5.0.x (as on May 23, 2018)
Hibernate 5.2.17


Overall look and feel:

Login (Remember - me)



Invalid Login



CRUD Operations (Role Based)


http://localhost:8080/list
http://localhost:8080/registration
http://localhost:8080/edit-user-xxxxxx
http://localhost:8080/delete-user-xxxxxx

















Add / Register User





Validations while adding/editing user(s)



Home page 

http://localhost:8080/home





The source code:

Github

Stay Tuned.

Happy learning..!!




No comments:

Post a Comment

Leave a comment...