Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 729 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 729 Bytes

Spring Security simple example

The example above shows simple example of integration of Spring MVC app with Spring Security

This is example based on https://spring.io/guides/gs/securing-web You can find article in russian with additional explanations here https://smartcoderteam.github.io/spring-security-in-15-minutes/

How to run

  • Import Maven project and just run Application.java from your favorite IDE
  • Open http://localhost:8080
  • Login with user/password credentials

Libraries

  • Spring Boot 1.4.2
  • Spring Security for security
  • Thymeleaf for views
  • Maven for build

Design

Just 3 classes