springboot-bucket/springboot-shiro/README.md
2018-09-15 15:49:46 +08:00

23 lines
529 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 集成Shiro权限管理
SpringBoot和Shiro集成实现用户登录认证和授权访问页面。
## 数据库初始化
执行SQL文件`src/main/resources/sql/schema.sql`
## 测试账号
1. admin/12345678
2. aix/12345678
根据登录用户的不通角色可以看到不通的菜单
admin登录后可以看到用户管理菜单aix登录后可以看到App管理、机具入网监控等业务系统菜单
## 许可证
Copyright (c) 2018 Xiong Neng
基于 MIT 协议发布: <http://www.opensource.org/licenses/MIT>