Skip to content

featuriz/Spring-boot-mvc-mem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-boot-mvc-mem

Featuriz guide to Spring Framework 5.

Technology and Version

Spring Version
Spring Boot 2.6
Spring web 5.3.13
Spring Security 5.6.0
Spring Test 5.3.13
Thymeleaf 3.0.12.RELEASE
bootstrap 5.0.2
  • Only Memory based authentication is provided.

How to use

This is a maven based spring boot project. Use maven to build this project and just run.
No other dependencies

NOTE

IndexController

Page Role Info
/ - Homepage
/login - Custom Login Form
/user USER Only user can view
/admin ADMIN Only admin can view
/all ADMIN, USER Only admin nd user can view
/anonymous anonymous Only anonymous can view
/accessDenied - Anyone can view

Login

Username Password
admin adminPass
user1 user1Pass
user2 user2Pass

This is for education purpose only.

About

Spring Boot MVC - Auth using memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages