Browse Source

Add Link to WebFlux Unit Tests

pull/9192/head
Guillaume Berche 5 years ago committed by Josh Cummings
parent
commit
ab9a310485
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 3
      docs/manual/src/docs/asciidoc/_includes/reactive/webflux.adoc

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

@ -124,3 +124,6 @@ class HelloWebfluxSecurityConfig { @@ -124,3 +124,6 @@ class HelloWebfluxSecurityConfig {
This configuration explicitly sets up all the same things as our minimal configuration.
From here you can easily make the changes to the defaults.
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.

Loading…
Cancel
Save