springboot-bucket/springboot-shiro
2018-03-02 18:49:45 +08:00
..
src 添加代码示例springboot-hibernate 2018-03-02 18:49:45 +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-shiro 2018-02-27 17:43:36 +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