MCPcopy Index your code
hub / github.com/ZeroWdd/manager-system

github.com/ZeroWdd/manager-system @V2.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release V2.0.1 ↗ · + Follow
718 symbols 2,096 edges 94 files 68 documented · 9%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

后台管理系统

感谢:

首先感谢各位对我项目的支持,由于我一般是将项目更新在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

数据表关系:

项目截图:

Extension points exported contracts — how you extend this code

IconService (Interface)
@Classname IconService @Description None @Date 2019/7/22 11:19 @Created by WDD [4 implementers]
src/main/java/com/zero/system/service/IconService.java
IconMapper (Interface)
@Classname IconMapper @Description None @Date 2019/7/22 11:21 @Created by WDD [3 implementers]
src/main/java/com/zero/system/mapper/IconMapper.java
AdminService (Interface)
@Classname AdminService @Description None @Date 2019/7/16 12:20 @Created by WDD [2 implementers]
src/main/java/com/zero/system/service/AdminService.java
LogService (Interface)
@Classname LogService @Description None @Date 2019/7/24 12:21 @Created by WDD [2 implementers]
src/main/java/com/zero/system/service/LogService.java
TreeMenuService (Interface)
@Classname TreeMenuService @Description None @Date 2019/7/16 23:08 @Created by WDD [2 implementers]
src/main/java/com/zero/system/service/TreeMenuService.java

Core symbols most depended-on inside this repo

e
called by 693
src/main/resources/static/layuiadmin/lib/extend/echarts.js
i
called by 270
src/main/resources/static/layuiadmin/lib/extend/echarts.js
t
called by 165
src/main/resources/static/layuiadmin/lib/extend/echarts.js
i
called by 125
src/main/resources/static/layuiadmin/layui/layui.all.js
i
called by 106
src/main/resources/static/layuiadmin/layui/lay/modules/layim.js
$
called by 103
src/main/resources/static/layuiadmin/layui/layui.all.js
w
called by 93
src/main/resources/static/layuiadmin/layui/layui.all.js
w
called by 88
src/main/resources/static/layuiadmin/layui/lay/modules/laydate.js

Shape

Function 455
Method 217
Class 36
Interface 10

Languages

TypeScript63%
Java37%

Modules by API surface

src/main/resources/static/layuiadmin/layui/layui.all.js66 symbols
src/main/resources/static/layuiadmin/layui/lay/modules/jquery.js66 symbols
src/main/resources/static/layuiadmin/layui/lay/modules/mobile/zepto.js53 symbols
src/main/resources/static/layuiadmin/layui/lay/modules/mobile.js42 symbols
src/main/resources/static/layuiadmin/lib/extend/echarts.js40 symbols
src/main/resources/static/layuiadmin/layui/lay/modules/layim.js35 symbols
src/main/resources/static/layuiadmin/layui/lay/modules/mobile/layim-mobile.js30 symbols
src/main/java/com/zero/system/mapper/TreeMenuMapper.java16 symbols
src/main/resources/static/layuiadmin/layui/lay/modules/layedit.js15 symbols
src/main/java/com/zero/system/entity/TreeMenu.java15 symbols
src/main/resources/static/layuiadmin/modules/senior.js14 symbols
src/main/java/com/zero/system/util/PageBean.java14 symbols

Datastores touched

(mysql)Database · 1 repos
manager_systemDatabase · 1 repos

For agents

$ claude mcp add manager-system \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page