首页>代码>java log4jdbc日志框架>/springmvcDemoUseLog4jdbc/src/main/java/com/zuidaima/www/controller/UserController.java
package com.zuidaima.www.controller;

import javax.servlet.http.HttpSession;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;

import com.zuidaima.www.module.User;
import com.zuidaima.www.service.UserService;

@Controller
@RequestMapping({ "/user" })
public class UserController {

	@Autowired
	public UserService<User> userService;

	@RequestMapping(value = "", method = RequestMethod.GET)
	public String user(ModelMap model,
			@RequestParam(value = "p", required = false, defaultValue = "1"
					+ "") int p, HttpSession session) {
		Page<User> page = userService.findAll(p, 20);
		model.put("page", page);
		return "user/index";
	}
}
最近下载更多
chrisyxg  LV10 2018年4月19日
IODBUGG  LV19 2018年2月6日
der2030  LV17 2017年6月26日
annazhang  LV29 2016年7月12日
ddman9009  LV25 2016年7月11日
limtno  LV23 2015年12月22日
sdbrk  LV14 2015年9月8日
Smail_  LV19 2015年6月11日
90songjian  LV8 2015年1月22日
mjtljx  LV42 2014年10月1日
最近浏览更多
落后就要挨打  LV26 2023年1月13日
00044304  LV6 2022年8月23日
longtianshang  LV9 2022年7月1日
顾北城  LV12 2022年5月8日
等你归来  LV2 2022年3月6日
黄雨地里  LV4 2021年10月5日
113羊皮卷 2021年5月10日
暂无贡献等级
lzl990329  LV2 2021年4月25日
shfhg012 2020年11月23日
暂无贡献等级
ws19991025  LV2 2020年7月7日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友