项目作者: Emmanuelraj

项目描述 :
Spring-boot spring-security-db custom-error-pages
高级语言: Java
项目地址: git://github.com/Emmanuelraj/spring-boot-security.git
创建时间: 2019-03-08T05:26:21Z
项目社区:https://github.com/Emmanuelraj/spring-boot-security

开源协议:

下载


spring-boot-security

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

Usage

  1. Basic signup and signin and custom-errors-pages

Technologies

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

url

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

sql

  1. Attached spring

command

  1. mvn clean install -Plain clean and install