Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hiwepy/security-cas-spring-boot-starter

Spring Security 整合 Cas 登录
https://github.com/hiwepy/security-cas-spring-boot-starter

cas security spring-boot

Last synced: 6 days ago
JSON representation

Spring Security 整合 Cas 登录

Awesome Lists containing this project

README

        

# security-cas-spring-boot-starter
security starter for spring boot

### 说明

> 基于 Security 的 Spring Boot Starter 实现

1. 默认的Handler实现
2. 实现基于责任链式的消息分发

### Maven

``` xml

${project.groupId}
security-cas-spring-boot-starter
${project.version}

```

### Sample

[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-security-biz](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-security-biz "spring-boot-sample-security-biz")