java-tutorials/spring-boot-security
amit2103 00a32f4f4d [BAEL-14274] - Fixed article code for https://www.baeldung.com/spring-boot-security-autoconfiguration 2019-06-29 21:08:34 +05:30
..
src [BAEL-14274] - Fixed article code for https://www.baeldung.com/spring-boot-security-autoconfiguration 2019-06-29 21:08:34 +05:30
README.md To add/fix links (Team Jira BAEL-9015) (#5332) 2018-09-27 09:09:58 +02:00
pom.xml Merge branch 'master' into BAEL-2762 2019-03-21 14:13:01 +03:00

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: