mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 03:49:09 +00:00
Fix formatting in reference docs
This commit is contained in:
parent
0a2a327476
commit
759d983d62
@ -185,7 +185,7 @@ Note that this configuration is parallels the XML Namespace configuration:
|
||||
== Multiple HttpSecurity Instances
|
||||
|
||||
We can configure multiple `HttpSecurity` instances just as we can have multiple `<http>` blocks in XML.
|
||||
The key is to register multiple `SecurityFilterChain` `@Bean`s.
|
||||
The key is to register multiple `SecurityFilterChain` ``@Bean``s.
|
||||
The following example has a different configuration for URL's that start with `/api/`.
|
||||
|
||||
====
|
||||
|
@ -55,8 +55,8 @@ Note that this configuration is parallels the XML namespace configuration:
|
||||
|
||||
== Multiple HttpSecurity Instances
|
||||
|
||||
We can configure multiple HttpSecurity instances, just as we can have multiple `<http>` blocks.
|
||||
The key is to register multiple `SecurityFilterChain` `@Bean`s.
|
||||
We can configure multiple `HttpSecurity` instances, just as we can have multiple `<http>` blocks.
|
||||
The key is to register multiple `SecurityFilterChain` ``@Bean``s.
|
||||
The following example has a different configuration for URL's that start with `/api/`:
|
||||
|
||||
====
|
||||
|
Loading…
x
Reference in New Issue
Block a user