All Projects → ZeroWdd → manager-system

ZeroWdd / manager-system

Licence: other
基于 springboot + layuiadmin 实现的后台管理系统,V2.0.0中实现了使用spring security 进行权限控制,登录认证检验

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
TSQL
950 projects

Projects that are alternatives of or similar to manager-system

GoGetit
Go学习+面试通关, 覆盖Go程序员需要掌握的所有基础知识
Stars: ✭ 44 (-10.2%)
Mutual labels:  system
Deviice
Swift library to easily check the current device and some more info about it.
Stars: ✭ 51 (+4.08%)
Mutual labels:  system
HackSystem
A Hack System based on ASP.NET Core and Blazor WebAssembly.
Stars: ✭ 72 (+46.94%)
Mutual labels:  system
design-system
[WIP] Design system for unified and related projects
Stars: ✭ 12 (-75.51%)
Mutual labels:  system
sccm
Microsoft System Center Configuration Manager
Stars: ✭ 21 (-57.14%)
Mutual labels:  system
HotelManagementSystem
Hotel Management System created with Restify and Angular 9
Stars: ✭ 23 (-53.06%)
Mutual labels:  system
findlargedir
find all "blackhole" directories with a huge amount of filesystem entries in a flat structure
Stars: ✭ 15 (-69.39%)
Mutual labels:  system
meetup
Cat System Workshop is a regular meet-up focusing on “system software”. We would like to gather all developers to share their experience regarding system software and learn from each other, making system software more perfect and complete!
Stars: ✭ 52 (+6.12%)
Mutual labels:  system
brand.systemd.io
Website with systemd brand assets
Stars: ✭ 12 (-75.51%)
Mutual labels:  system
php-unit-conversion
A library providing full PSR-4 compatible unit conversions
Stars: ✭ 47 (-4.08%)
Mutual labels:  system
Krill
An efficient concurrent graph processing system
Stars: ✭ 33 (-32.65%)
Mutual labels:  system
sms
高可用短信微服务
Stars: ✭ 57 (+16.33%)
Mutual labels:  springboot-mybatis
gentoo-install
A gentoo installer with a TUI interface that supports systemd and OpenRC, EFI and BIOS, as well as variable disk layouts using ext4, zfs, btrfs, luks and mdraid.
Stars: ✭ 92 (+87.76%)
Mutual labels:  system
pisi
PISI package manager of Pardus linux written in Python. The original development branch by the main author.
Stars: ✭ 36 (-26.53%)
Mutual labels:  system
clock
High-resolution clock functions: monotonic, realtime, cputime.
Stars: ✭ 52 (+6.12%)
Mutual labels:  system
closeable-map
Application state management made simple: a Clojure map that implements java.io.Closeable.
Stars: ✭ 42 (-14.29%)
Mutual labels:  system
WindowsMonitor
WMI namespaces and classes
Stars: ✭ 15 (-69.39%)
Mutual labels:  system
nodejs-system-sleep
Sleep function for Node.js All platforms.
Stars: ✭ 47 (-4.08%)
Mutual labels:  system
SuperLauncher
🚀 Super Launcher is an admin launcher that persists in the system tray that can launch programs quickly; optionally, with administrator rights, as another user, or both.
Stars: ✭ 36 (-26.53%)
Mutual labels:  system
webauthn-demo
WebAuthn demo with Ionic/Angular and Spring Boot
Stars: ✭ 22 (-55.1%)
Mutual labels:  springsecurity

后台管理系统

感谢:

首先感谢各位对我项目的支持,由于我一般是将项目更新在GitHub上,因此在Gitee上项目可能不是最新的。并且Gitee我并不经常使用主要使用GitHub,如果大家有问题可以在GitHub上留言。因此有一些bug可能在Gitee上没有更改,再次向各位说声抱歉。目前这个项目其实早就完成,只是忘了更新Gitee上。最后再次谢谢大家的支持。

最后关于一些问题回复:这个小项目是有两个分支的,一个是基于过滤器完成的权限校验,一个是基于spring security完成的校验。大家可以在tag上对应下载。默认是使用spring security这个分支。对于初学者我建议可以下载第一个分支。

GitGub地址:https://github.com/ZeroWdd

简介:

简单的后台开发模板框架,具备菜单管理,用户管理,角色管理,权限管理,日志管理这5个功能。

运用layui后台管理模板,界面简介大方且美观。

采用mvc架构,使代码易于管理和修改,合理的注解,使代码通俗易懂,具有较强的阅读性。

编译环境:

jdk 1.8

mysql 5.7

tomcat 7

框架:

springboot2.0

mybatis

spring security

jar包管理工具:

Maven

编译器:

IDEA

完成进度:

manager_system_1.0.0版本完成 从tag中 V1.0.0可获取完整版本

manager_system_2.0.0版本打算结合spring security完成 从tag中 V2.0.0可获取完整版本

系统功能:

控制面板

用户管理:

用户管理

角色管理

权限管理

系统日志:

日志管理

启动设置:

  • 修改application.yml中的数据链接

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

  • 运行ManagerSystemApplication,启动后访问:http://localhost:8080/manager/login

  • 管理员:

    • 账号:superadmin
    • 密码: 123

数据表关系:

项目截图:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].