Git Product home page Git Product logo

ssm-crud's Introduction

ssm-crud项目简介

SSM:SpringMVC+Spring+MyBatis

  • CRUD:Create(创建)、Retrieve(查询)、Update(更新)、Delete(删除)

功能点:

  1. 分页
  2. 数据校验
  3. jquery前端校验+JSR303后端校验
  4. ajax
  5. Rest风格的URI;
  6. 使用HTTP协议请求方式的动词,来表示对资源的操作(GET(查询),POST(新增),PUT(修改),DELETE(删除))

技术点:

  1. 基础框架-ssm(SpringMVC+Spring+MyBatis)
  2. 数据库-MySQL
  3. 前端框架-bootstrap快速搭建简洁美观的界面
  4. 项目的依赖管理-Maven
  5. 分页-pagehelper
  6. 逆向工程-MyBatis Generator

基础环境搭建:

  1. 创建一个maven工程
  2. 引入项目依赖的jar包:spring、pringmvc、mybatis、数据库连接池、驱动包、其他(jstl,servlet-api,junit)
  3. 引入bootstrap前端框架
  4. 编写ssm整合的关键配置文件:web.xml、spring、springmvc、mybatis,使用mybatis的逆向工程生成对应的bean以及mapper
  5. 测试mapper
  6. Tomcat:8.5.81
  7. MySQL:8.0.29

ssm-crud's People

Contributors

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