/securing-web

Spring Boot web application secured with Spring Security

Primary LanguageHTML

This is a simple Spring Boot web application secured with Spring Security. It includes basic authentication, a custom login page, and two views: a home page and a secured "Hello" page. The project demonstrates how to secure web pages using in-memory authentication and Spring's security features.

Features:

Spring Boot for web development Thymeleaf for view rendering Spring Security for authentication and authorization Custom login form In-memory user store