java-tutorials/spring-boot-security
João Filipe Sabino Esperancinha 33849011c8 [BAEL-3339] - Creates @CurrentSecurityContext example (#8469)
* [BAEL-3339] - Creates @CurrentSecurityContext example

* [BAEL-3339] - Adds principal example

* [BAEL-3339] - Code refactoring and improvements

* [BAEL-3339] - Code cleanup

* [BAEL-3339] - Authentication to return token details

* [BAEL-3339] - Code cleanup
2020-01-27 00:21:45 +02:00
..
src [BAEL-3339] - Creates @CurrentSecurityContext example (#8469) 2020-01-27 00:21:45 +02:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [BAEL-3339] - Creates @CurrentSecurityContext example (#8469) 2020-01-27 00:21:45 +02: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