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

资源简介


基于spring+springMVC+mybaties的maven简单demo。 打开方法:新建一个maven项目,将文件复制到其对应的地方即可

资源截图

代码片段和文件信息

package com.test.controller;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;

import javax.servlet.http.HttpServletRequest;

/**
 * Created by ZHR on 2016/4/27.
 */
@Controller
public class IndexController
{
@RequestMapping(value = ““)
public ModelAndView loginView(HttpServletRequest HttpServletRequest)
{
ModelAndView mav = new ModelAndView(“loginView“);
return mav;
}


}

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

     文件       4854  2016-04-27 20:30  MyTest\pom.xml

     文件        525  2016-05-09 18:59  MyTest\src\main\java\com\test\controller\IndexController.java

     文件        115  2016-04-27 19:56  MyTest\src\main\java\com\test\dao\UserInfoMapper.java

     文件        504  2016-04-27 19:57  MyTest\src\main\java\com\test\model\mapping\UserInfoMapper.xml

     文件        737  2016-04-27 19:56  MyTest\src\main\java\com\test\model\UserInfo.java

     文件        195  2016-05-11 21:50  MyTest\src\main\resources\dbConfig.properties

     文件        356  2016-04-12 14:19  MyTest\src\main\resources\freemarker.properties

     文件       2662  2016-05-05 21:57  MyTest\src\main\resources\spring-mvc.xml

     文件       3377  2016-04-27 20:26  MyTest\src\main\resources\spring-mybatis.xml

     文件       1161  2016-04-27 17:04  MyTest\src\main\resources\spring.xml

     文件        772  2016-05-10 21:16  MyTest\src\main\webapp\css\login.css

     文件         57  2016-04-26 21:21  MyTest\src\main\webapp\index.jsp

     文件        739  2016-05-10 21:22  MyTest\src\main\webapp\WEB-INF\views\loginView.ftl

     文件       2046  2016-05-05 21:58  MyTest\src\main\webapp\WEB-INF\web.xml

     目录          0  2016-05-11 21:56  MyTest\src\main\java\com\test\model\mapping

     目录          0  2016-05-11 21:56  MyTest\src\main\java\com\test\controller

     目录          0  2016-05-11 21:56  MyTest\src\main\java\com\test\dao

     目录          0  2016-05-11 21:56  MyTest\src\main\java\com\test\model

     目录          0  2016-05-11 21:56  MyTest\src\main\java\com\test

     目录          0  2016-05-11 21:56  MyTest\src\main\webapp\WEB-INF\views

     目录          0  2016-05-11 21:56  MyTest\src\main\java\com

     目录          0  2016-05-11 21:56  MyTest\src\main\webapp\css

     目录          0  2016-05-11 21:56  MyTest\src\main\webapp\WEB-INF

     目录          0  2016-05-11 21:56  MyTest\src\main\java

     目录          0  2016-05-11 21:56  MyTest\src\main\resources

     目录          0  2016-05-11 21:56  MyTest\src\main\webapp

     目录          0  2016-05-11 21:56  MyTest\src\main

     目录          0  2016-04-27 16:40  MyTest\src\test

     目录          0  2016-05-11 21:56  MyTest\src

     目录          0  2016-05-11 21:56  MyTest

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

评论

共有 条评论