使用Spring MVC实现账户的增删查改功能

时间:2021-06-18 11:12:25
【文件属性】:

文件名称:使用Spring MVC实现账户的增删查改功能

文件大小:28KB

文件格式:ZIP

更新时间:2021-06-18 11:12:25

Spring MVC

使用Spring MVC实现账户的增删查改功能 打开系统欢迎页面(index.jsp),点击“进入账户管理”页面。在账户管理页面列出所有账户信息,可以 1.点击“添加账户”,打开一个账户信息录入界面,点击“确定”,将录入的信息保存到数据库中,并且回到账户管理页面,用户会看到已经添加的账户。 2.在对应账户点击“修改”,将打开一个账户信息修改界面,点击确定,将修改数据库中的账户信息,并且回到账户管理页面,用户会看到已经修改的账户。 3.在对应账户点击“删除”,将在数据库中删除该账户,账户管理页面将看不到这个账户信息。


【文件预览】:
test Maven Webapp
----.project(1KB)
----src()
--------test()
--------main()
----target()
--------m2e-wtp()
--------m2e-jee()
--------classes()
--------test-classes()
----.tern-project(37B)
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.common.project.facet.core.xml(296B)
--------org.eclipse.m2e.core.prefs(90B)
--------org.eclipse.jdt.core.prefs(430B)
--------org.eclipse.wst.validation.prefs(50B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.core.resources.prefs(142B)
--------org.eclipse.wst.common.component(763B)
--------.jsdtscope(597B)
----pom.xml(2KB)
----.classpath(1KB)

网友评论