Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 954 Bytes

File metadata and controls

33 lines (21 loc) · 954 Bytes

spring-boot-security

Spring-boot spring-security-db custom-error-pages with authorization and authentication using db

Usage

     Basic signup and signin and custom-errors-pages  

Technologies

        Spring-boot
        JPARepository 
        Hibernate (1:n mappings)
        Spring-security with DB
        thymeleaf(understanding th:include fragments)
        External db
        Custom error pages location : (templates/error.html) (templates/error/404.html)
        HTML CSS

url

        localhost:3000/register --------------------> Register Form
        localhost:3000/secured/login ----------------> login form for ADMIN
        localhost:3000/secured/loginUser-------------> login form for USER

sql

       Attached spring

command

      mvn clean install -Plain clean and install