Book Image

Spring Security [Video]

By : EUGEN PARASCHIV
Book Image

Spring Security [Video]

By: EUGEN PARASCHIV

Overview of this book

Table of Contents (7 chapters)
Chapter 1
Spring Security Setup
Section 1
The Spring Security Setup and Form-based Authentication
Enable Spring Security in the web application. Add the maven dependencies, enable security in web.xml, and show the application working and now protected by a login process. - Enable Spring Security using maven, web.xml - Show the simple security XML configuration - Start the web app and the login page