1. Introduction to SSM-CRUD Project

1. Function points

  1. Pagination
  2. Data verification
    jquery front-end verification + JSR303 back-end verification
  3. ajax
  4. Rest-style URI; using HTTP protocol request verbs to express operations on resources (GET (query), POST (new), PUT (modify), DELETE (delete))

2. Technical points

  1. Basic framework-ssm (SpringMVC+Spring+MyBatis)
  2. Database-MySQL
  3. Front-end framework-bootstrap quickly build a simple and beautiful interface
  4. Project dependency management-Maven
  5. Pagination-pagehelper
  6. Reverse Engineering-MyBatis Generator

Guess you like

Origin blog.csdn.net/Lu1048728731/article/details/115002695