springboot-bucket/springboot-shiro
2018-03-07 13:15:23 +08:00
..
src update shiro schema.sql 2018-03-07 13:15:23 +08:00
.gitignore 添加springboot-shiro 2018-02-27 17:43:36 +08:00
LICENSE 添加springboot-shiro 2018-02-27 17:43:36 +08:00
pom.xml 更新SpringBoot最新版本 2018-03-03 12:16:22 +08:00
README.md 添加springboot-shiro 2018-02-27 17:43:36 +08:00
run.sh 添加springboot-shiro 2018-02-27 17:43:36 +08:00

集成Shiro权限管理

SpringBoot和Shiro集成实现用户登录认证和授权访问页面。

数据库初始化

执行SQL文件src/main/resources/sql/schema.sql

测试账号

  1. admin/12345678
  2. aix/12345678

许可证

Copyright (c) 2018 Xiong Neng

基于 MIT 协议发布: http://www.opensource.org/licenses/MIT