Fix security section indents

Closes gh-11813
This commit is contained in:
Stephane Nicoll 2018-01-28 09:40:40 +01:00
parent 5767350380
commit ab02e48c44
1 changed files with 2 additions and 2 deletions

View File

@ -2996,7 +2996,7 @@ application (including actuator endpoints if actuator is on the classpath).
[[boot-features-security-mvc]]
== MVC Security
=== MVC Security
The default security configuration is implemented in `SecurityAutoConfiguration` and in
the classes imported from there (`SpringBootWebSecurityConfiguration` for web security
and `AuthenticationManagerConfiguration` for authentication configuration, which is also
@ -3019,7 +3019,7 @@ commonly used locations.
[[boot-features-security-webflux]]
== WebFlux Security
=== WebFlux Security
The default security configuration is implemented in `ReactiveSecurityAutoConfiguration` and in
the classes imported from there (`WebFluxSecurityConfiguration` for web security
and `ReactiveAuthenticationManagerConfiguration` for authentication configuration, which is also