SpringBoot+Shiro+MyBatisPlus 企业级项目搭建——Shiro学习(6)

2020年12月31日
SpringBoot+Shiro+MyBatisPlus 企业级项目搭建——Shiro学习(6)插图

本文出自明月工作室:https://www.freebytes.net/it/java/springbootshiromybatisplus.html

shiro的学习暂时告一段落,在此奉上我精心准备的框架集成:SpringBoot+Shiro+MyBatisPlus。

可在gitee下载源码:https://gitee.com/freebytes/ssmp.git

该项目,使用SpringBoot+Shiro+MyBatisPlus三大框架搭建前后端分离的web项目,具有基本的权限、角色、用户操作以及sql建表语句,自定义登录、退出过滤器,使用缓存鉴权。满足普通公司的企业级项目的基本应用。

启动项目后,输入地址:http://localhost:8080/login.html 即可访问。

SpringBoot+Shiro+MyBatisPlus 企业级项目搭建——Shiro学习(6)插图

初始登录账号和密码为:admin admin