基于springmvc、spring、mybatis-plus、shiro、easyui、Log4j2简单实用的权限系统。
界面基于EasyUI,图标采用较为开放的Foundation Icon
(MIT协议)。
Spring-cache
Spring-data-redis
Spring-Task
Shiro
Spring-cache-shiro
maven profile多环境配置
权限管理
角色管理
用户管理
部门管理
登陆日志
图标管理
项目导入请百度eclipse
、myeclipse
、idea
等IDE导入maven web
项目。
项目启动可采用内置jetty maven plugin,mvn jerry:run
!
你需要根据自己的业务添加shiro注解
,实现请求控制。
如果觉得数据校验不够,请自行添加hibernate-validator
在Bean上做校验!
更多shiro
的教程请参考(开涛博客《跟我学Shiro》
):http://jinnianshilongnian.iteye.com/category/305053
另外欢迎Pull Requests
,和我们一起完善该项目!
jdk7 + tomcat7
或以上!
采用maven profile
配置线下dev
和线上production
环境,默认读取src\main\conf\dev
开发环境下的配置文件。
线上环境使用mvn
run、打包时添加-Pproduction
变量则会使用src/main/conf/production
目录下的配置文件。
线上production
请注意添加一份cofing/application.properties
配置文件(由于开源,使用.gitignore
进行了屏蔽)
Webhook
是结合osc@git
Webhook功能开发的项目自动更新打包部署功能!
如果不需要该功能可以删除event
目录和controller
目录下的WebHooks
相关java文件!
http://shiro.dreamlu.net 账号:test 密码:test
QQ群:523720304 不提供全权限账号,人多手杂,维护时间有限,可本地导入项目运行,admin密码和test一样,谢谢。
git地址:https://git.oschina.net/wangzhixuan/spring-shiro-training.git
欢迎star、fork,不好的地方,接受狂喷,本着共同学习的心态。