mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-03 11:54:03 +08:00
Add support for Reactive security
Closes gh-460
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user