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.
|
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:
|
You can find a few sample applications that demonstrate the code below:
|
||||||
|
|
||||||
* Hello WebFlux {gh-samples-url}/javaconfig/hellowebflux[hellowebflux]
|
* Hello WebFlux {gh-samples-url}/boot/hellowebflux[hellowebflux]
|
||||||
* Hello WebFlux.Fn {gh-samples-url}/javaconfig/hellowebfluxfn[hellowebfluxfn]
|
* Hello WebFlux.Fn {gh-samples-url}/boot/hellowebfluxfn[hellowebfluxfn]
|
||||||
* Hello WebFlux Method {gh-samples-url}/javaconfig/hellowebflux-method[hellowebflux-method]
|
* Hello WebFlux Method {gh-samples-url}/boot/hellowebflux-method[hellowebflux-method]
|
||||||
|
|
||||||
|
|
||||||
== Minimal WebFlux Security Configuration
|
== Minimal WebFlux Security Configuration
|
||||||
|
|
Loading…
Reference in New Issue