Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

wanghongfei/shiro-spring-boot-starter

Repository files navigation

shiro-spring-boot-starter

为Shiro适配Spring Boot. 注意, 默认配置是RESTful服务版本的shiro, 即无session

可用配置

shiro.realm= # realm类
shiro.loginUrl=
shiro.successUrl=
shiro.unauthorizedUrl=
shiro.filterChainDefinitions.{过虑器名}={URL路径}

maven引入

    <dependency>
        <groupId>cn.fh</groupId>
        <artifactId>shiro-spring-boot-starter</artifactId>
        <version>1.0.0</version>
    </dependency>

About

为shiro框架适配Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages