# shiro-spring-boot **Repository Path**: boyait/shiro-spring-boot ## Basic Information - **Project Name**: shiro-spring-boot - **Description**: Shiro integration with Spring Boot - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2015-12-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shiro-spring-boot ## Properties/Yaml file configuration ``` shiro: realm: #realm class loginUrl: #login url successUrl: #success url unauthorizedUrl: #403 url filterChainDefinitions: #filter chian "/login": authc "/logout": logout "/static/**": anon "/**": authc ``` ## Issue Tracking [GitHub Issues](https://github.com/boyazuo/shiro-spring-boot/issues) ## Maven dependency ```xml com.github.boyazuo shiro-spring-boot-starter 1.0.0 ```