Skip to content

Commit ab9a310

Browse files
gberche-orangejzheaux
authored andcommitted
Add Link to WebFlux Unit Tests
1 parent b8f8fab commit ab9a310

File tree

1 file changed

+3
-0
lines changed
  • docs/manual/src/docs/asciidoc/_includes/reactive

1 file changed

+3
-0
lines changed

docs/manual/src/docs/asciidoc/_includes/reactive/webflux.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,6 @@ class HelloWebfluxSecurityConfig {
124124

125125
This configuration explicitly sets up all the same things as our minimal configuration.
126126
From here you can easily make the changes to the defaults.
127+
128+
You can find more examples of explicit configuration in unit tests, by searching https://github.com/spring-projects/spring-security/search?q=path%3Aconfig%2Fsrc%2Ftest%2F+EnableWebFluxSecurity[EnableWebFluxSecurity in the `config/src/test/` directory], e.g. https://github.com/spring-projects/spring-security/blob/9cf3129d7afa2abb439aba6aadfee0a2c8c784bf/config/src/test/java/org/springframework/security/config/annotation/web/reactive/EnableWebFluxSecurityTests.java#L349-L366[MultiSecurityHttpConfig] illustrating multiple `SecurityWebFilterChain` beans.
129+

0 commit comments

Comments
 (0)