首页>代码>Spring MVC入门框架搭建实现用户登录demo教程>/SpringMVC/SpringMVC/src/wk/service/impl/LoginUserServiceImpl.java
package wk.service.impl;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import wk.dao.LoginUserDao;
import wk.model.LoginUser;
import wk.service.LoginUserService;
/**
 * 用户信息数据处理层
 * @author WangKun
 *
 */
@Service
public class LoginUserServiceImpl implements LoginUserService {

	@Autowired
	private LoginUserDao loginUserDao;

	/**
	 * 用户信息service
	 */
	@Override
	public LoginUser getLoginUser(String username, String password) {
		// TODO Auto-generated method stub
		LoginUser loginUser = loginUserDao.getLoginUser(username, password);
		return loginUser;
	}

}
最近下载更多
李亮  LV19 2023年3月7日
微信网友_6263159342649344  LV7 2022年12月16日
a1677596408  LV23 2022年7月1日
莫回头  LV8 2022年5月20日
itlaolang  LV5 2022年4月29日
1249756235  LV1 2022年4月6日
543666826  LV33 2021年11月28日
xxxjjj123  LV6 2021年3月2日
唯你不离不弃  LV5 2021年1月21日
我是helloworld  LV23 2020年12月23日
最近浏览更多
gbyyyy 2023年11月12日
暂无贡献等级
bluebutterfly  LV1 2023年10月19日
qkyyky 2023年9月27日
暂无贡献等级
你爹正在加载中  LV4 2023年8月3日
1379585889  LV11 2023年6月7日
ustian  LV1 2023年4月3日
李亮  LV19 2023年3月7日
xiaobaitud  LV13 2023年1月10日
微信网友_6263159342649344  LV7 2022年12月15日
ajdgqd  LV3 2022年11月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友