# shiro-spring-boot **Repository Path**: mirrors_gspandy/shiro-spring-boot ## Basic Information - **Project Name**: shiro-spring-boot - **Description**: Shiro integration with Spring Boot - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-29 ## 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.2 ```