• Stars
    star
    165
  • Rank 223,885 (Top 5 %)
  • Language
    Java
  • Created almost 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

项目基于Spring boot+Mybatis的后台管理系统,具备用户管理,菜单管理和角色管理3个功能,权限控制到按钮层级。

简介

kotlin版本

java版本

简单的后台开发模板框架,具备用户管理,菜单管理和角色管理3个功能,权限控制到按钮层级。

采用JWT+Spring Security进行权限验证和会话保持 项目基于Spring boot+Mybatis+BootStrap+DataTables

相关框架

修改application-dev.yml里的数据库连接

执行mysql -uroot -p 数据库 < dmc.sql导入数据库脚本。

直接RunDMCApplication启动后访问:http://localhost:10000/web/views/login/login.html

帐号:admin
密码:111111

页面展示