Skip to content

Instantly share code, notes, and snippets.

View OrPolyzos's full-sized avatar

Orestes Polyzos OrPolyzos

  • Athens, Greece
View GitHub Profile
@OrPolyzos
OrPolyzos / spring-security-config-basic-example.md
Last active September 2, 2023 16:41
Spring Security Configuration (with session management) basic example

Demonstrates a basic setup for Spring Security Configuration with session management as well.

Dependencies

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-security</artifactId>
</dependency>