java-tutorials/spring-boot-modules/spring-boot-security
sampadawagde b984a4b618 JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
..
src BAEL-4914 Code for EnableGlobalMethodSecurity vs EnableWebSecurity (#11053) 2021-08-15 19:46:43 +01:00
README.md JAVA-4011: README changes 2021-01-05 23:01:01 +05:30
pom.xml JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +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