springboot-bucket/springboot-shiro/README.md
2018-02-27 17:43:36 +08:00

19 lines
343 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
## 许可证
Copyright (c) 2018 Xiong Neng
基于 MIT 协议发布: <http://www.opensource.org/licenses/MIT>