78.1 Switch off the Spring Boot security configuration
If you define a @Configuration
with @EnableWebSecurity
anywhere in your application it will switch off the default webapp security settings in Spring Boot (but leave the Actuator’s security enabled). To tweak the defaults try setting properties in security.*
(see SecurityProperties
for details of available settings) and SECURITY
section of Common application properties.