资源简介
SSM登录实例,包含测试数据库
代码片段和文件信息
package com.ssm.action;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import com.ssm.po.SafeUser;
import com.ssm.service.UserService;
@Controller
@RequestMapping(“/user“)
public class UserAction {
@Autowired
private UserService userService;
@RequestMapping(“/login“)
public String loginVailet(Model model HttpSession session String account String pwd) throws Exception {
SafeUser user = new SafeUser();
user = userService.loginValidate(“tel“ account pwd);
if (user!=null) {
session.setAttribute(“user“ user);
return “test“;
}
return “redirect:../index.jsp“;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-08-20 15:11 ssm_first\
文件 4652 2017-08-19 23:03 ssm_first\.classpath
文件 1334 2017-08-20 14:50 ssm_first\.project
目录 0 2017-08-19 11:49 ssm_first\.settings\
文件 522 2017-08-19 11:49 ssm_first\.settings\.jsdtscope
文件 364 2017-08-19 11:49 ssm_first\.settings\org.eclipse.jdt.core.prefs
文件 563 2017-08-19 11:51 ssm_first\.settings\org.eclipse.wst.common.component
文件 414 2017-08-19 11:49 ssm_first\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2017-08-19 11:49 ssm_first\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2017-08-19 11:49 ssm_first\.settings\org.eclipse.wst.jsdt.ui.superType.name
目录 0 2017-08-19 11:52 ssm_first\config\
文件 162 2017-08-20 15:12 ssm_first\config\db.properties
文件 266 2014-12-17 15:08 ssm_first\config\log4j.properties
目录 0 2017-08-19 21:58 ssm_first\config\mybatis\
文件 631 2017-08-20 13:40 ssm_first\config\mybatis\SqlMapConfig.xm
目录 0 2017-08-19 21:58 ssm_first\config\spring\
文件 1532 2017-08-20 14:04 ssm_first\config\spring\applicationContext-dao.xm
文件 1049 2017-08-20 14:18 ssm_first\config\spring\applicationContext-service.xm
文件 2758 2017-08-20 14:23 ssm_first\config\spring\applicationContext.xm
文件 1435 2017-08-20 14:54 ssm_first\config\spring\springmvc.xm
目录 0 2017-08-20 15:11 ssm_first\databa
文件 2122 2017-08-20 15:10 ssm_first\databa
目录 0 2017-08-19 11:49 ssm_first\src\
目录 0 2017-08-19 11:49 ssm_first\src\com\
目录 0 2017-08-19 11:50 ssm_first\src\com\ssm\
目录 0 2017-08-20 14:34 ssm_first\src\com\ssm\action\
文件 837 2017-08-20 14:36 ssm_first\src\com\ssm\action\UserAction.java
目录 0 2017-08-19 23:01 ssm_first\src\com\ssm\mapper\
文件 868 2017-08-19 23:00 ssm_first\src\com\ssm\mapper\SafeUserMapper.java
文件 11328 2017-08-19 23:00 ssm_first\src\com\ssm\mapper\SafeUserMapper.xm
目录 0 2017-08-19 23:01 ssm_first\src\com\ssm\po\
............此处省略83个文件信息
- 上一篇:TOGAF培训讲义
- 下一篇:kubernetes深度培训PPT.rar
相关资源
- Spring+SpringMVC+MyBatis整合工程代码
- 基于Quartus II的FPGA/CPLD数字系统设计
- ssm_bbs项目 基本的增删改查
- 《FLAC原理、与应用指南》应用指南篇
- Axure经典汇总
- SSM学生管理系统155527
- PROTUES仿真
- 嵌入式系统设计与开发]一版一印.[王
- chaoshimavcen.rar
- Qt5开发及第2版(含CD光盘1张)
- 简单实现SSM增删改查
- 图像质量评价image quality assessment无参
- SSM图书信息管理系统参考网上的代码
- zw_SSM_Project.zip
- maxwell 16.0 官方教程
- 基于SSM开发药店药品管理系统.zip
- hfss 微波电路仿真
- 基于ssm的电子商城
- 完整的egret库
- SSM_users_dept.zip
- 图形学经典试验代码1.三维变换2.实时
- android 获取远程服务器增删改查
- 《Premiere Pro CC教程(全彩版)》pdf
- 台达PLC编程
- IOS 阅读器 开发
- SSM框架最新配置jdk8+tomcat8.5.24
- 会员管理系统(ssh)
- comsol多场耦合经典讲解下
- ssm项目银行管理系统
- 人力资源管理系统SSM 源码
评论
共有 条评论