java-tutorials/spring-boot-modules/spring-boot-security
Roger 6365185c70 BAEL-4914 Code for EnableGlobalMethodSecurity vs EnableWebSecurity (#11053)
* BAEL-4914 Code for EnableGlobalMethodSecurity vs EnableWebSecurity

* BAEL-4914 Add newline after @Autowired in Test
2021-08-15 19:46:43 +01:00
..
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-5223: Fix formatting of POMs (Spring Boot Modules - Part 3) 2021-05-13 22:47:40 +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