水果网络销售平台
环境:Spring+MyBatis+Maven管理+Myeclipse10+Tomcat7+MySql
目的:通过平台,使果农与零售商建立合作关系 。使用方:果农
用例图:

登录模块部分代码:
@RequestMapping("/user/login.action")
public String login(User user,Model model,HttpServletRequest request){
Map<String,String> map = new HashMap<String,String>();
map.put("username", user.getUserName());
map.put("password", user.getPassword());
List<User> userList = userService.find(map);
if(userList!=

该博客介绍了如何搭建一个基于SpringMVC和MyBatis的水果网络销售平台,利用Maven进行资源管理,旨在连接果农与零售商。内容包括环境配置、系统目标及登录模块的部分代码,并提供了一个具体操作的视频教程。
最低0.47元/天 解锁文章
395





