Skip to content

learning of Spring Framework, Spring MVC. Spring Security, Spring Boot, Spring REST

Notifications You must be signed in to change notification settings

self-harm/SpringFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Framework

MVC project

project
docs

The Spring Web model-view-controller (MVC) framework is designed around a DispatcherServlet that dispatches requests to handlers, with configurable handler mappings, view resolution, locale and theme resolution as well as support for uploading files. The default handler is based on the @Controller and @RequestMapping annotations, offering a wide range of flexible handling methods.

alt-text alt-text

MVC project from JavaRush

click

Spring Security

click

  1. using a DB with bcrypt;
  2. using passwords in memory(bad decision);

alt-text

About

learning of Spring Framework, Spring MVC. Spring Security, Spring Boot, Spring REST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages