文件名称:SSM_CRUD:SSM_CRUD (Spring+SpringMVC+Mybatis高级整合)
文件大小:488KB
文件格式:ZIP
更新时间:2024-06-02 22:25:33
spring mybatis spring-mvc Java
SSM_CRUD 这里给大家介绍的是SSM_CRUD的demo项目整合,CRUD(create 创建、retrieve 查询、update 更新、delete 删除)也是SSM框架中最为常用的工程功能。 具体工程的搭建可参考博客: ssm_crud 项目的功能点: 1、分页 2、数据校验(Jquery前端校验+JSR303后端校验) 3、ajax 4、Rest风格的URI:使用HTTP协议请求方式的动词,来表示对资源的操作(GET(查询)、POST(新赠)、PUT(修改)、DELETE(删除)) 技术点: 1、基础框架-ssm(SpringMVC+Spring+Mybatis) 2、数据库-MySQL 3、前端框架-bootstrap快速搭建简洁美观的界面 4、项目的依赖管理-Maven 5、分页-pagehelper 6、mybatis Generator-逆向工程 2.数据库在ssm_
【文件预览】:
SSM_CRUD-master
----.project(1KB)
----README.md(1KB)
----pom.xml(4KB)
----target()
--------m2e-wtp()
--------classes()
----ssm_crud.sql(84KB)
----.settings()
--------.jsdtscope(562B)
--------org.eclipse.wst.common.component(752B)
--------org.eclipse.wst.validation.prefs(48B)
--------org.eclipse.jdt.core.prefs(422B)
--------org.eclipse.wst.common.project.facet.core.xml(245B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
----LICENSE(1KB)
----src()
--------main()
----.springBeans(536B)
----.classpath(2KB)
----mbg.xml(2KB)