mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
fix webflux samples documentation path
The documentation of webflux integration sample projects was pointing to the `javaconfig` instead of `boot` folder.
This commit is contained in:
parent
f4b9abdbb1
commit
0387723334
@ -4,9 +4,9 @@
|
||||
Spring Security's WebFlux support relies on a `WebFilter` and works the same for Spring WebFlux and Spring WebFlux.Fn.
|
||||
You can find a few sample applications that demonstrate the code below:
|
||||
|
||||
* Hello WebFlux {gh-samples-url}/javaconfig/hellowebflux[hellowebflux]
|
||||
* Hello WebFlux.Fn {gh-samples-url}/javaconfig/hellowebfluxfn[hellowebfluxfn]
|
||||
* Hello WebFlux Method {gh-samples-url}/javaconfig/hellowebflux-method[hellowebflux-method]
|
||||
* Hello WebFlux {gh-samples-url}/boot/hellowebflux[hellowebflux]
|
||||
* Hello WebFlux.Fn {gh-samples-url}/boot/hellowebfluxfn[hellowebfluxfn]
|
||||
* Hello WebFlux Method {gh-samples-url}/boot/hellowebflux-method[hellowebflux-method]
|
||||
|
||||
|
||||
== Minimal WebFlux Security Configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user