An open API service indexing awesome lists of open source software.

https://github.com/xkcoding/magic-starter-secure-demo

magic-starter-secure 极简的权限控制框架的 demo
https://github.com/xkcoding/magic-starter-secure-demo

demo jwt magic-starter security spring-boot-2 spring-boot-starter xkcoding

Last synced: 10 months ago
JSON representation

magic-starter-secure 极简的权限控制框架的 demo

Awesome Lists containing this project

README

          

# magic-starter-secure-demo

> 演示极简权限控制框架的使用

- annotation-demo: 基于注解 + SpEL 的权限配置
- properties-demo: 基于配置文件的权限配置
- configuration-demo: 基于代码的权限配置
- custom-secure-handler: 自定义权限控制表达式处理