Project Setup and Dependencies
Set up a new Spring Boot project and integrate the necessary Spring Security dependencies for a secure environment.
Ready for Secure Apps!
Let's get a real project ready. You'll spin up a Spring Boot app and pull in the dependencies that switch on Spring Security 6.
Creating a Spring Boot Project
Start fast with Spring Initializr at start.spring.io — a web wizard that generates your whole project structure and build files in seconds.
All lessons in this course
- Introduction to Spring Security 6
- Project Setup and Dependencies
- In-Memory User Authentication
- Understanding the Spring Security Filter Chain