Giter VIP home page Giter VIP logo

employeemanagementsystem's Introduction

EmployeeManagementSystem

这是完整使用SSM框架开发的第一个项目,项目来源于北京动力节点的SSM框架整合教程,其中加入了一些自己的理解,增加了一个搜索功能的页面,这个项目总体来说对于新手是很友好的,涉及到了简单的ajax和jquery处理,UI搭建,后端SSM环境搭建,简单的业务流程设计(使用JSON交互)

使用SSM框架搭建的一个简单的员工信息管理系统,实现了基本的增删改查整个流程

直接把war包放到tomcat的webapps目录下,重启即可运行

系统架构

业务架构

功能分解

  1. 查询和分页显示
  2. 新增员工信息功能
    • 数据校验,需要校验用户名和邮箱是否合法
    • 前端使用jquery校验,后端使用JSR303
  3. 修改员工信息功能
  4. 单个删除员工
  5. 批量删除员工
  6. 使用Rest风格的URI
  7. 搜索功能

技术点

  • 基础框架:SpringMVC+Spring+MyBatis
  • 数据库:MySQL
  • 前端框架:BootStrap快速搭建
  • 项目依赖管理:Maven
  • 分页:pagehelper(Mybatis的工具)
  • 逆向工程:MyBatis Generator

数据库表设计

数据库表设计

功能实现

  1. 查询和分页显示
  2. 新增员工信息功能
  3. 修改员工信息功能
  4. 删除员工
  5. 搜索功能

employeemanagementsystem's People

Contributors

copywang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.