0PricingLogin
Spring Security 6 & JWT Authentication · Lesson

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

  1. Introduction to Spring Security 6
  2. Project Setup and Dependencies
  3. In-Memory User Authentication
  4. Understanding the Spring Security Filter Chain
← Back to Spring Security 6 & JWT Authentication