java-tutorials/spring-boot-modules/spring-boot-security
Ashley Frieze 3750e28487 BAEL-3339 Remove unnecessary Spring Security Core dependency 2020-03-15 11:07:17 +00:00
..
src BAEL-20886: Fix a typo 2020-01-30 10:06:54 +01:00
README.md Update README.md 2020-02-10 23:07:00 +02:00
pom.xml BAEL-3339 Remove unnecessary Spring Security Core dependency 2020-03-15 11:07:17 +00: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