Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaozhong233/ssm_maneger_demo
⚡️基于 SSM的后台管理系统DEMO 使用SpringMVC+Spring+Mybatis以及maven的后台管理系统. 程序的结构分为表现层(Controller)、业务层(Service)、数据层(Dao),包括权限授权、分页查询、日志记录,订单及产品查询,授权管理等功能
https://github.com/xiaozhong233/ssm_maneger_demo
adminlte-template mybatis mysql pagehelper spring spring-security springmvc
Last synced: about 1 month ago
JSON representation
⚡️基于 SSM的后台管理系统DEMO 使用SpringMVC+Spring+Mybatis以及maven的后台管理系统. 程序的结构分为表现层(Controller)、业务层(Service)、数据层(Dao),包括权限授权、分页查询、日志记录,订单及产品查询,授权管理等功能
- Host: GitHub
- URL: https://github.com/xiaozhong233/ssm_maneger_demo
- Owner: XiaoZhong233
- Created: 2019-06-01T04:08:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T04:59:29.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T08:41:01.198Z (about 2 months ago)
- Topics: adminlte-template, mybatis, mysql, pagehelper, spring, spring-security, springmvc
- Language: Java
- Homepage:
- Size: 24.4 MB
- Stars: 50
- Watchers: 2
- Forks: 36
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSM_Maneger_DEMO
## SQL文件 为ssm1.sql,直接导入到数据库即可
基于 SSM的后台管理系统DEMO(Maven构建)
使用SpringMVC+Spring+Mybatis以及maven的后台管理系统.
程序的结构分为表现层(Controller)、业务层(Service)、数据层(Dao),包括权限授权、分页查询、日志记录,订单及产品查询,授权管理等功能
入门级DEMO博客链接:https://blog.csdn.net/weixin_41154636/article/details/90725969
![demo](https://github.com/XiaoZhong233/SSM_Maneger_DEMO/blob/master/demo.PNG)
# 技术点:
1. Spring IOC & DI(控制反转和依赖注入)2. Spring AOC (切面编程)
3. Spring Security 进行用户登录与注销等安全授权
4. Mybatis dao层半ORM数据库技术(单表查询、多表查询等)
5. Mybatis插件PageHelper,进行分页查询
6. 方法级权限关联与控制(运用Sercurity标签等技术)
7. 前端使用AdminLTE静态页面模板以及jquery等技术