# 员工信息管理系统 **Repository Path**: huyup/emp ## Basic Information - **Project Name**: 员工信息管理系统 - **Description**: 采用ssm框架,Restful风格的API打造的一个员工管理系统,附带视频教程。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-06-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ManagementSystem [![](https://img.shields.io/badge/JDK-1.8-brightgreen.svg)]() [![](https://img.shields.io/hexpm/l/plug.svg)]() [![](https://img.shields.io/badge/maven-v4.0.0-blue.svg)](http://maven.apache.org/) [![](https://img.shields.io/badge/springframework-v4.0.0-orange.svg)](http://spring.io/projects) [![](https://img.shields.io/badge/developer-WAng91An-red.svg)](https://github.com/WAng91An) ### SSM实现增删改查(RESTful风格) 分别实现了传统跳转页面的方法,然后演进成了ajax方式 页面:[视频地址](https://www.bilibili.com/video/av12515232?from=search&seid=1383287743238700137) ![](https://github.com/WAng91An/ManagementSystem/blob/master/png/add.png?raw=true) ![](https://github.com/WAng91An/ManagementSystem/blob/master/png/index.png?raw=true) ![](https://github.com/WAng91An/ManagementSystem/blob/master/png/update.png?raw=true) ![](https://github.com/WAng91An/ManagementSystem/blob/master/png/delete.png?raw=true) ![](https://github.com/WAng91An/ManagementSystem/blob/master/png/deleteAll.png?raw=true) ![](https://github.com/WAng91An/ManagementSystem/blob/master/png/结构.png?raw=true) ### 功能 - 查询员工 - 表联合查询 - 增加员工 - 数据校验 - 前后端数据库同时校验 - 前端数据合法验证 - 更新员工 - 数据合法验证 - 删除员工 - 单个批除 - 批量删除 ### 核心技术栈 项目框架:Spring/Spring MVC/Mybatis 基础工具:Maven/Tomcat/MySQL/JDK1.8 前端技术:jQuery/Bootstrap/Ajax 其他技术:Java高级技术/Hibernate-validator/ JSR303/ Jackson