java-tutorials/spring-boot-modules/spring-boot-security
edizor 21ae31a8ef Update README.md
[skip ci]
2023-09-29 23:23:11 +08:00
..
src BAEL-7005, Difference Between permitAll() and anonymous() in Spring Security 2023-09-19 09:49:03 -07:00
README.md Update README.md 2023-09-29 23:23:11 +08:00
pom.xml JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30

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