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

https://github.com/eratel/easysecurity

轻量级权限验证中心易于部署,容器化, 微服务
https://github.com/eratel/easysecurity

docker jwt jwt-token k8s kubernetes kubernetes-cluster spring spring-boot spring-security springcloud

Last synced: 11 months ago
JSON representation

轻量级权限验证中心易于部署,容器化, 微服务

Awesome Lists containing this project

README

          

# EasySecurity
----------------------------------------------------------------------------------------------------------------

基于JWT SPRINGSECUTIRY 轻量级鉴权中心
============================================

- 更名ABHSY-eratel

Quick Start
-----------

如果使用引用拦截包 :
###

com.abhsy.easy
plugin-securitya-common
1.0

###

只需要在你需要添加权限的方法中添加一个自定义注解,就能够完成权限的验证
###
@RequestMapping(value = "/add")
@VerifySecurity
###