All Projects → XiaoZhong233 → SSM_Maneger_DEMO

XiaoZhong233 / SSM_Maneger_DEMO

Licence: other
⚡️基于 SSM的后台管理系统DEMO 使用SpringMVC+Spring+Mybatis以及maven的后台管理系统. 程序的结构分为表现层(Controller)、业务层(Service)、数据层(Dao),包括权限授权、分页查询、日志记录,订单及产品查询,授权管理等功能

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SSM Maneger DEMO

blog-springboot
My blog with springboot framework
Stars: ✭ 14 (-65.85%)
Mutual labels:  mybatis, springmvc
SSM Project
这个一个SSM+shiro+maven+bootstrap的项目实战,经典的图书管理系统。
Stars: ✭ 30 (-26.83%)
Mutual labels:  mybatis, springmvc
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (-14.63%)
Mutual labels:  spring-security, springmvc
app
本科期间写的一些应用程序
Stars: ✭ 40 (-2.44%)
Mutual labels:  mybatis, springmvc
learn-java-demo
java学习demo
Stars: ✭ 17 (-58.54%)
Mutual labels:  mybatis, springmvc
JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
Stars: ✭ 517 (+1160.98%)
Mutual labels:  spring-security, mybatis
Goku.Framework.CoreUI
基于 SpringBoot + Spring + SpringMvc+Mybatis+CoreUI +Layui 开发后台管理程序
Stars: ✭ 87 (+112.2%)
Mutual labels:  mybatis, springmvc
M-Volunteer-SpringBoot
美志愿APP服务端,客户端在https://github.com/learner1999/M-Volunteer
Stars: ✭ 52 (+26.83%)
Mutual labels:  spring-security, mybatis
Java-CS-Record
记录准备春招实习过程中,学习与复习的知识(模块化整理,非面试题速成)。注:暂停更新,后续请移步博客
Stars: ✭ 73 (+78.05%)
Mutual labels:  mybatis, springmvc
online-shopping
This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration
Stars: ✭ 34 (-17.07%)
Mutual labels:  spring-security, springmvc
littlefisher-system
个人博客
Stars: ✭ 19 (-53.66%)
Mutual labels:  mybatis, pagehelper
springboot-chapter
🚀Spring Boot 2.0基础教程。主流框架整合,实践学习案例。
Stars: ✭ 23 (-43.9%)
Mutual labels:  mybatis, pagehelper
mall
SpringBoot + Layui 电子商城系统
Stars: ✭ 38 (-7.32%)
Mutual labels:  spring-security, mybatis
zealsay backend
Spring Boot 快速开发脚手架,以博客论坛为示例展示,后台主要使用Spring Boot,Spring Security,Mybatis-plus,redis token,前端使用Nuxt,Vue,Vuex,Vue-Router,Vuetify。
Stars: ✭ 58 (+41.46%)
Mutual labels:  spring-security, mybatis
GymMS
Gym management system based on SSM.
Stars: ✭ 26 (-36.59%)
Mutual labels:  mybatis, springmvc
RuoYi-fast
🎉 (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 117 (+185.37%)
Mutual labels:  mybatis, pagehelper
Spring Reddit Clone
Reddit clone built using Spring Boot, Spring Security with JPA Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone
Stars: ✭ 210 (+412.2%)
Mutual labels:  spring-security, springmvc
Tutorial
Spring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...
Stars: ✭ 215 (+424.39%)
Mutual labels:  spring-security, mybatis
SSMBlogv2
基于 Spring + Springmvc + Mybatis + Bootstrap + w3.css + ajax 的个人响应式博客
Stars: ✭ 26 (-36.59%)
Mutual labels:  mybatis, pagehelper
demo springboot with mybatis
No description or website provided.
Stars: ✭ 17 (-58.54%)
Mutual labels:  mybatis, pagehelper

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

技术点:

  1. Spring IOC & DI(控制反转和依赖注入)

  2. Spring AOC (切面编程)

  3. Spring Security 进行用户登录与注销等安全授权

  4. Mybatis dao层半ORM数据库技术(单表查询、多表查询等)

  5. Mybatis插件PageHelper,进行分页查询

  6. 方法级权限关联与控制(运用Sercurity标签等技术)

  7. 前端使用AdminLTE静态页面模板以及jquery等技术

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].