java-tutorials/spring-boot-security
Dhawal Kapil 375df7f3aa Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-8844 2018-09-03 23:40:07 +05:30
..
src BAEL-1969 spring security for spring boot integration tests (#5074) 2018-09-02 11:14:16 +02:00
README.md 08.04.2018 (#3954) 2018-04-11 07:33:18 +02:00
pom.xml BAEL-8844 Get rid of all warnings in build start due to incorrect pom configurations 2018-09-03 09:45:39 +05:30

README.md

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

Relevant Articles: