java-tutorials/spring-boot-modules/spring-boot-security
sampadawagde b09abfc0bf JAVA-1089: Move the OAuth related lesson code from
spring-boot-modules/spring-boot-security
2020-08-11 13:05:01 +05:30
..
src JAVA-1089: Move the OAuth related lesson code from 2020-08-11 13:05:01 +05:30
README.md Update README.md 2020-02-10 23:07:00 +02:00
pom.xml used properties defined in parent pom 2020-07-12 00:06:27 +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