Add support for Reactive security

Closes gh-460
This commit is contained in:
Stephane Nicoll
2017-10-01 17:14:34 +02:00
parent c2a8b29efd
commit bf2a9911e9
3 changed files with 28 additions and 6 deletions

View File

@@ -113,6 +113,11 @@ initializr:
description: Authenticating a User with LDAP
- rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-security
- name: Reactive Security
id: security-reactive
description: Secure your reactive application via spring-security-webflux
versionRange: 2.0.0.M5
weight: 90
- name: Aspects
id: aop
description: Create your own Aspects using Spring AOP and AspectJ