Spring-boot spring-security-db custom-error-pages with authorization and authentication using db
Basic signup and signin and custom-errors-pages
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
localhost:3000/register --------------------> Register Form
localhost:3000/secured/login ----------------> login form for ADMIN
localhost:3000/secured/loginUser-------------> login form for USER
Attached spring
mvn clean install -Plain clean and install