• 大小: 0.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


springMVC+Mybatis(登录+数据操作)

资源截图

代码片段和文件信息

package com.action;

import java.util.ArrayList;
import java.util.List;

import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;

import com.biz.IStudentBiz;
import com.vo.Student;

@Controller
@Scope(“prototype“)
public class StudentAction {
@Resource
private IStudentBiz sbiz;

private Student stu;

private List stuList=new ArrayList();


public List getStuList() {
return stuList;
}

public void setStuList(List stuList) {
this.stuList = stuList;
}

public Student getStu() {
return stu;
}

public void setStu(Student stu) {
this.stu

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3203  2015-01-27 16:05  helloSpringMvc\.classpath

     文件        315  2015-01-28 13:45  helloSpringMvc\.mymetadata

     文件       1420  2015-01-27 14:17  helloSpringMvc\.project

     文件        500  2015-01-27 13:42  helloSpringMvc\.settings\.jsdtscope

     文件        330  2015-01-27 13:42  helloSpringMvc\.settings\org.eclipse.jdt.core.prefs

     文件         49  2015-01-27 13:42  helloSpringMvc\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2015-01-27 13:42  helloSpringMvc\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件       1752  2015-01-27 16:44  helloSpringMvc\readme.txt

     文件       2391  2015-01-28 14:53  helloSpringMvc\src\com\action\StudentAction.java

     文件        833  2015-01-28 14:37  helloSpringMvc\src\com\biz\impl\StudentBizImpl.java

     文件        249  2015-01-28 14:32  helloSpringMvc\src\com\biz\IStudentBiz.java

     文件        448  2015-01-28 14:34  helloSpringMvc\src\com\dao\IStudentDao.java

     文件        574  2015-01-28 14:37  helloSpringMvc\src\com\dao\Student.xml

     文件        837  2015-01-28 14:13  helloSpringMvc\src\com\test\StudentTest.java

     文件        648  2015-01-27 15:32  helloSpringMvc\src\com\vo\Student.java

     文件        335  2015-01-27 16:27  helloSpringMvc\src\mybatis.xml

     文件        604  2015-01-27 15:45  helloSpringMvc\WebRoot\index.jsp

     文件         36  2015-01-27 13:42  helloSpringMvc\WebRoot\meta-INF\MANIFEST.MF

     文件       3327  2015-01-28 14:53  helloSpringMvc\WebRoot\WEB-INF\classes\com\action\StudentAction.class

     文件       1176  2015-01-28 14:37  helloSpringMvc\WebRoot\WEB-INF\classes\com\biz\impl\StudentBizImpl.class

     文件        294  2015-01-28 14:32  helloSpringMvc\WebRoot\WEB-INF\classes\com\biz\IStudentBiz.class

     文件        294  2015-01-28 14:34  helloSpringMvc\WebRoot\WEB-INF\classes\com\dao\IStudentDao.class

     文件        574  2015-01-28 14:37  helloSpringMvc\WebRoot\WEB-INF\classes\com\dao\Student.xml

     文件       1518  2015-01-28 14:13  helloSpringMvc\WebRoot\WEB-INF\classes\com\test\StudentTest.class

     文件       1320  2015-01-27 16:05  helloSpringMvc\WebRoot\WEB-INF\classes\com\vo\Student.class

     文件        335  2015-01-27 16:27  helloSpringMvc\WebRoot\WEB-INF\classes\mybatis.xml

     文件       1916  2015-01-27 16:43  helloSpringMvc\WebRoot\WEB-INF\springmvc-servlet.xml

     文件       1479  2015-01-27 14:37  helloSpringMvc\WebRoot\WEB-INF\web.xml

     文件        716  2015-01-28 14:26  helloSpringMvc\WebRoot\welcome.jsp

     目录          0  2015-01-28 15:11  helloSpringMvc\WebRoot\WEB-INF\classes\com\biz\impl

............此处省略26个文件信息

评论

共有 条评论