java-tutorials/spring-boot-modules/spring-boot-security
timis1 45fff184c2
[JAVA-32263] Review log statements for projects - Week 10 - Manually Created (#16096)
2024-03-13 08:33:25 +01:00
..
src [JAVA-32263] Review log statements for projects - Week 10 - Manually Created (#16096) 2024-03-13 08:33:25 +01:00
README.md Update README.md 2023-10-13 05:49:16 +08:00
pom.xml JAVA-31190: Preparation for migrating spring-boot-modules to version 3. (#15834) 2024-02-27 02:49:02 +01:00

README.md

Spring Boot Security

This module contains articles about Spring Boot Security

Relevant Articles:

Spring Boot Security Auto-Configuration

  • mvn clean install
  • uncomment actuator dependency simultaneously with the line from basic auth main class
  • uncomment security properties for easy testing. If not random will be generated.

CURL commands