基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档

     博主介绍:✌在职Java研发工程师、专注于程序设计、源码分享、技术交流、专注于Java技术领域和毕业设计

项目名称

基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档

视频演示

视频去哪了呢?_哔哩哔哩_bilibili

系统介绍

2.3.1 主要功能描述

在团购商城系统的业务流程研究和分析过程中,我们确认系统功能主要关注三个主要角色:管理员、商家和用户。对于管理员角色,系统需要提供管理后台功能,涵盖商家信息、商品信息、订单信息、会员信息等方面的管理和维护任务。商家角色需要能够发布商品信息,管理商品库存、价格、促销等信息,并能够查看订单信息和用户评价等。用户角色则需要能够注册账户,浏览商品信息,下单购买商品,参与团购活动等。因此,系统的功能设计需要兼顾三个角色的需求,实现高效的管理、便捷的商家操作和愉悦的用户体验。

2.3.2 用例建模

本系统主要面向三类用户:管理员、商家和普通用户。针对这些不同角色的需求,系统提供了相应的功能。管理员主要承担系统全局的管理和维护任务,负责对系统各项功能进行监管和调整;商家需要发布和管理自己的商品信息、处理订单等;普通用户则是系统的消费者,需要进行商品浏览、购买、支付等操作。因此,为了满足不同用户的需求,本系统的功能设计和实现需要针对不同角色的用户进行详细的分析和规划。

  • 管理员

管理员用户是对系统的整体功能模块进行统一管理的大的功能模块以及细节的功能模块包括了:

1.会员管理:会员列表、回收站、会员评价、积分历史、会员资金等功能模块。

2.订单管理:商品订单、售后管理、交易投诉、售后原因、收款记录、退款流水等功能模块。

3.商品管理:商品管理、商品审核、商品分类、品牌管理等功能模块。

4.促销管理:拼团活动、积分商品、积分分类等功能模块。

5.店铺管理:店铺列表、店铺审核等功能模块。

6.运营管理:搜索热词、文章分类、文章管理的功能模块。

7.统计管理:本系统包括会员统计、订单统计、商品统计和流量统计等多个功能模块,以满足不同用户对系统的需求。

图 2-1 管理员用例图

  • 商家

商家用户是对系统中创建的商铺进行统一管理的角色用户,主要是对单独店铺的管理,主要包含了以下功能模块:

  1. 店铺管理:商家可以通过前台进行店铺入驻申请,并在通过审核后管理自己的店铺。
  2. 商品管理:商家可以发布商品,并在商品列表中进行管理,也可以根据需求设置店铺分类。
  3. 订单管理:商家可以管理商品订单,评价、退货、退款、投诉等相关订单信息。
  4. 营销管理:商家可以发起和管理系统的拼团活动,进行营销策略的制定。
  5. 统计管理:商家可以查看商品、订单、流量等的统计数据,以便对业务做出分析和决策。
  6. 设置管理:商家可以设置配送模板、物流公司、店铺信息,管理店员、部门、角色权限等相关设置。商家用例图如图 2-2 所示:

图 2-2 商家用例图

  • 用户
  1. 系统的用户主要关注移动端商城的使用,涵盖以下几个核心功能模块:
  2. 首页模块:移动端首页包括搜索功能、轮播图展示、快捷功能按钮和分类推荐等组件,以便为用户带来便捷的购物体验。
  3. 分类模块:此模块分为一级、二级和三级分类,辅助用户迅速找到所需商品。
  4. 商品模块:涵盖商品列表展示、商品详情查看、加入购物车、单品购买、团购、订单提交和支付等功能,为用户提供全面的购物体验。
  5. 个人中心:包括个人资料管理、订单跟踪、地址管理、评价管理、关注列表和积分系统等功能模块,为用户提供个性化的购物服务。

前台用户的用例图如图 2-3 所示。

图 2-3 用户用例图
基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第1张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第2张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第3张图片

环境需要

1.运行环境:最好是java jdk 1.8,我们在这个平台上运行的。其他版本理论上也可以。
2.IDE环境:IDEA,Eclipse,Myeclipse都可以。推荐IDEA;
3.tomcat环境:Tomcat 7.x,8.x,9.x版本均可
4.硬件环境:windows 7/8/10 1G内存以上;或者 Mac OS; 
5.数据库:MySql 5.7版本;
6.是否Maven项目:否;

技术栈

1. 后端:Spring+SpringMVC+Mybatis
2. 前端:JSP+CSS+JavaScript+jQuery

使用说明

1. 使用Navicat或者其它工具,在mysql中创建对应名称的数据库,并导入项目的sql文件;
2. 使用IDEA/Eclipse/MyEclipse导入项目,Eclipse/MyEclipse导入时,若为maven项目请选择maven;
若为maven项目,导入成功后请执行maven clean;maven install命令,然后运行;
3. 将项目中springmvc-servlet.xml配置文件中的数据库配置改为自己的配置;
4. 运行项目,在浏览器中输入http://localhost:8080/ 登录

运行截图

基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第4张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第5张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第6张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第7张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第8张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第9张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第10张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第11张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第12张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第13张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第14张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第15张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第16张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第17张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第18张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第19张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第20张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第21张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第22张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第23张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第24张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第25张图片基于微信小程序新疆特色产品团购系统设计与实现+第四稿+文档_第26张图片

 用户管理控制层:

package com.houserss.controller;

import javax.servlet.http.HttpSession;

import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody;

import com.houserss.common.Const;
import com.houserss.common.Const.Role;
import com.houserss.common.ServerResponse;
import com.houserss.pojo.User;
import com.houserss.service.IUserService;
import com.houserss.service.impl.UserServiceImpl;
import com.houserss.util.MD5Util;
import com.houserss.util.TimeUtils;
import com.houserss.vo.DeleteHouseVo;
import com.houserss.vo.PageInfoVo;

/**
 * Created by admin
 */
@Controller
@RequestMapping("/user/")
public class UserController {
    @Autowired
    private IUserService iUserService;

    /**
     * 用户登录
     * @param username
     * @param password
     * @param session
     * @return
     */
    @RequestMapping(value = "login.do",method = RequestMethod.POST)
    @ResponseBody
    public ServerResponse login(User user,String uvcode, HttpSession session){
        String code = (String)session.getAttribute("validationCode");
        if(StringUtils.isNotBlank(code)) {
            if(!code.equalsIgnoreCase(uvcode)) {
                return ServerResponse.createByErrorMessage("验证码不正确");
            }
        }
        ServerResponse response = iUserService.login(user.getUsername(),user.getPassword());
        if(response.isSuccess()){
            session.setAttribute(Const.CURRENT_USER,response.getData());
        }
        return response;
    }

  
    
    
}

管理员管理控制层:


package com.sxl.controller.admin;

import java.util.List;
import java.util.Map;

import javax.servlet.http.HttpServletRequest;

import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;

import com.sxl.controller.MyController;

@Controller("adminController")
@RequestMapping(value = "/admin")
public class AdminController extends MyController {
	

	@RequestMapping(value = "/index")
	public String frame(Model model, HttpServletRequest request)throws Exception {
		return "/admin/index";
	}
	
	@RequestMapping(value = "/main")
	public String main(Model model, HttpServletRequest request)throws Exception {
		return "/admin/main";
	}
	
	@RequestMapping(value = "/tj1")
	public String tj1(Model model, HttpServletRequest request)throws Exception {
		String sql="select DATE_FORMAT(insertDate,'%Y-%m-%d') dates,sum(allPrice) price from t_order order by DATE_FORMAT(insertDate,'%Y-%m-%d')  desc";
		List list = db.queryForList(sql);
		model.addAttribute("list", list);
		System.out.println(list);
		return "/admin/tj/tj1";
	}
	
	
	@RequestMapping(value = "/password")
	public String password(Model model, HttpServletRequest request)throws Exception {
		return "/admin/password";
	}
	
	
	@RequestMapping(value = "/changePassword")
	public ResponseEntity loginSave(Model model,HttpServletRequest request,String oldPassword,String newPassword) throws Exception {
		Map admin = getAdmin(request);
		if(oldPassword.equals(admin.get("password").toString())){
			String sql="update t_admin set password=? where id=?";
			db.update(sql, new Object[]{newPassword,admin.get("id")});
			return renderData(true,"1",null);
		}else{
			return renderData(false,"1",null);
		}
	}
}

修改密码业务逻辑:


package com.sxl.controller.admin;

import java.util.Map;

import javax.servlet.http.HttpServletRequest;

import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;

import com.sxl.controller.MyController;

@Controller("userController")
@RequestMapping(value = "/user")
public class UserController extends MyController {
	

	@RequestMapping(value = "/index")
	public String frame(Model model, HttpServletRequest request)throws Exception {
		return "/user/index";
	}
	
	@RequestMapping(value = "/main")
	public String main(Model model, HttpServletRequest request)throws Exception {
		return "/user/main";
	}
	
	
	@RequestMapping(value = "/password")
	public String password(Model model, HttpServletRequest request)throws Exception {
		return "/user/password";
	}
	
	
	@RequestMapping(value = "/changePassword")
	public ResponseEntity loginSave(Model model,HttpServletRequest request,String oldPassword,String newPassword) throws Exception {
		Map user = getUser(request);
		if(oldPassword.equals(user.get("password").toString())){
			String sql="update t_user set password=? where id=?";
			db.update(sql, new Object[]{newPassword,user.get("id")});
			return renderData(true,"1",null);
		}else{
			return renderData(false,"1",null);
		}
	}
	@RequestMapping(value = "/mine")
	public String mine(Model model, HttpServletRequest request)throws Exception {
Map user =getUser(request);Map map = db.queryForMap("select * from t_user where id=?",new Object[]{user.get("id")});model.addAttribute("map", map);		return "/user/mine";
	}
	
	

	@RequestMapping(value = "/mineSave")
	public ResponseEntity mineSave(Model model,HttpServletRequest request,Long id
		,String username,String password,String name,String gh,String mobile) throws Exception{
		int result = 0;
			String sql="update t_user set name=?,gh=?,mobile=? where id=?";
			result = db.update(sql, new Object[]{name,gh,mobile,id});
		if(result==1){
			return renderData(true,"操作成功",null);
		}else{
			return renderData(false,"操作失败",null);
		}
	}
	}

通用管理模块:

package com.sxl.controller;


import java.nio.charset.Charset;
import java.util.Locale;
import java.util.ResourceBundle;

import javax.servlet.http.HttpServletRequest;

import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;

import com.sxl.util.JacksonJsonUtil;
import com.sxl.util.StringUtil;
import com.sxl.util.SystemProperties;


public class BaseController {
	public static final Long EXPIRES_IN = 1000 * 3600 * 24 * 1L;// 1天

	@Autowired
	private SystemProperties systemProperties;

	/**
	 * 获得配置文件内容
	 */
	public String getConfig(String key) {
		return systemProperties.getProperties(key);
	}

	/**
	 * 返回服务器地址 like http://192.168.1.1:8441/UUBean/
	 */
	public String getHostUrl(HttpServletRequest request) {
		String hostName = request.getServerName();
		Integer hostPort = request.getServerPort();
		String path = request.getContextPath();

		if (hostPort == 80) {
			return "http://" + hostName + path + "/";
		} else {
			return "http://" + hostName + ":" + hostPort + path + "/";
		}
	}

	/***
	 * 获取当前的website路径 String
	 */
	public static String getWebSite(HttpServletRequest request) {
		String returnUrl = request.getScheme() + "://"
				+ request.getServerName();

		if (request.getServerPort() != 80) {
			returnUrl += ":" + request.getServerPort();
		}

		returnUrl += request.getContextPath();

		return returnUrl;
	}



	/**
	 * 初始化HTTP头.
	 * 
	 * @return HttpHeaders
	 */
	public HttpHeaders initHttpHeaders() {
		HttpHeaders headers = new HttpHeaders();
		MediaType mediaType = new MediaType("text", "html",
				Charset.forName("utf-8"));
		headers.setContentType(mediaType);
		return headers;
	}

	/**
	 * 返回 信息数据
	 * 
	 * @param status
	 * @param msg
	 * @return
	 */
	public ResponseEntity renderMsg(Boolean status, String msg) {
		if (StringUtils.isEmpty(msg)) {
			msg = "";
		}
		String str = "{\"status\":\"" + status + "\",\"msg\":\"" + msg + "\"}";
		ResponseEntity responseEntity = new ResponseEntity(str,
				initHttpHeaders(), HttpStatus.OK);
		return responseEntity;
	}

	/**
	 * 返回obj数据
	 * 
	 * @param status
	 * @param msg
	 * @param obj
	 * @return
	 */
	public ResponseEntity renderData(Boolean status, String msg,
			Object obj) {
		if (StringUtils.isEmpty(msg)) {
			msg = "";
		}
		StringBuffer sb = new StringBuffer();
		sb.append("{");
		sb.append("\"status\":\"" + status + "\",\"msg\":\"" + msg + "\",");
		sb.append("\"data\":" + JacksonJsonUtil.toJson(obj) + "");
		sb.append("}");

		ResponseEntity responseEntity = new ResponseEntity(
				sb.toString(), initHttpHeaders(), HttpStatus.OK);
		return responseEntity;
	}


	/***
	 * 获取IP(如果是多级代理,则得到的是一串IP值)
	 */
	public static String getIpAddr(HttpServletRequest request) {
		String ip = request.getHeader("x-forwarded-for");
		if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
			ip = request.getHeader("Proxy-Client-IP");
		}

		if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
			ip = request.getHeader("WL-Proxy-Client-IP");
		}

		if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
			ip = request.getRemoteAddr();
		}

		if (ip != null && ip.length() > 0) {
			String[] ips = ip.split(",");
			for (int i = 0; i < ips.length; i++) {
				if (!"unknown".equalsIgnoreCase(ips[i])) {
					ip = ips[i];
					break;
				}
			}
		}

		return ip;
	}

	/**
	 * 国际化获得语言内容
	 * 
	 * @param key
	 *            语言key
	 * @param args
	 * @param argsSplit
	 * @param defaultMessage
	 * @param locale
	 * @return
	 */
	public static String getLanguage(String key, String args, String argsSplit,
			String defaultMessage, String locale) {
		String language = "zh";
		String contry = "cn";
		String returnValue = defaultMessage;

		if (!StringUtil.isEmpty(locale)) {
			try {
				String[] localeArray = locale.split("_");
				language = localeArray[0];
				contry = localeArray[1];
			} catch (Exception e) {
			}
		}

		try {
			ResourceBundle resource = ResourceBundle.getBundle("lang.resource",
					new Locale(language, contry));
			returnValue = resource.getString(key);
			if (!StringUtil.isEmpty(args)) {
				String[] argsArray = args.split(argsSplit);
				for (int i = 0; i < argsArray.length; i++) {
					returnValue = returnValue.replace("{" + i + "}",
							argsArray[i]);
				}
			}
		} catch (Exception e) {
		}

		return returnValue;
	}
}

     博主介绍:✌在职Java研发工程师、专注于程序设计、源码分享、技术交流、专注于Java技术领域和毕业设计

项目名称

疫情下基于Java的居民购菜平台设计+第六稿+文档

视频演示

视频去哪了呢?_哔哩哔哩_bilibili

系统介绍

疫情下基于Java的居民购菜平台设计

摘 要:随着新冠疫情的爆发,居民外出购物的频率大幅度降低,线上购物逐渐成为居民的首选。为满足这一需求,购菜平台应运而生,为居民提供便捷的在线购物服务。本文采用Java技术,基于SSM框架,使用JSP和MySQL数据库进行开发。在此基础上,本系统还采用了JDBC技术进行数据库连接与操作,以及利用Tomcat服务器进行部署和Idea集成开发环境进行开发和调试。

该购菜平台还具备严格的安全防护措施,包括用户身份验证、数据加密等,以确保用户隐私和交易安全。通过与政府部门、物流公司、商家等多方合作,平台可以为用户提供最新疫情信息、优惠政策、物流跟踪等一站式服务。通过该购菜平台,有助于降低疫情传播风险,保障民生物资供应,同时为居民提供便捷的线上购物体验。在未来,该平台有望进一步拓展功能,成为居民生活中不可或缺的智能服务平台。

关键词:居民购菜平台;SSM框架;Java;JSP;MySQL

2.2系统功能需求

主要针对居家购菜市场,我们设计了一款统一且规范化的管理平台。这款平台的目标是发掘特色产品,扩大农贸商品的产量和销量,从而推动地区经济发展,响应国家特色计划号召。同时,该平台实现了统一管理和维护,加大了推广力度和覆盖范围,使全国人民能够以最低价格购买到最优质的商品,实现随时随地的线上购物体验。

在当前互联网时代,将居家购菜与互联网相结合,无疑能在一定程度上推动居家购菜计划的发展。此外,这种结合还能帮助偏远地区缩小技术发展差距,促进产业进步,提高农民收入,进一步推动地区经济增长。因此,该平台作为一款专注于居家购菜领域的统一规范化管理工具,有助于推动地区经济发展,贯彻落实居家购菜计划。

2.3系统模块功能介绍

2.2.1  系统面向的用户群体

其实居民购菜平台和线上购物平台功能类似,只是针对卖家人群主要是居家购菜对象,前端登录人员主要是游客或者注册用户在,在登录成功后可以进行首页查看推荐商品和最新的咨询,可以在搜索框中搜索商品数据,商品分类中查看商品信息,新闻咨询、关于我们和购物车列表的商品查看,针对喜欢的商品可以加入购物车中,再下单成功后可以在订单列表中查看自己的订单信息,商户可以直接执行发货操作,收货后该流程才算完成。

2.2.2  系统中的角色

而各种角色及其职责如表1所示。

表3-1 角色表

角色名称 职责描述
管理员 管理员的主要职责是管理商品和订单信息,发布和管理交流信息,对销售数据进行统计
用户 浏览购买商品,查看商品咨询,对商品进行评价、留言
商家 发布商品信息

2.2.3  系统功能需求

前台是用户主要使用的地方,包含首页、商品分类、新闻咨询、关于我们、购物车、个人资料、订单管理、售后管理、留言管理等功能,主要用于方便用户浏览和购买居家购菜商品,并查看相关的居家购菜新闻和系统介绍等信息。后台是管理员用户管理系统的地方,包含系统管理、会员管理、资讯管理、类别管理、订单管理、留言管理以及统计分析等功能,主要用于管理员对系统内容进行管理,以保证系统的正常业务流转和运营。

本次毕业设计的主要任务是设计方案,完成居民购菜平台的编程,该平台主要应用于销售农村地区生产的农产品。在项目开始前,需进行需求分析和功能分析,以确保项目顺利进行。从客观和主观角度考虑项目需求来源,定制相应的功能分析,确定完功能后进行数据库表关联的设计。开发完成后进行重点的项目测试,测试完成才能算是第一阶段的结束。

2.3  用户需求分析

用户的主要功能模块:

1.商品展示模块

商品展示模块是在线购物平台的一个重要组成部分,主要为用户展示各类商品。也可以通过商品分类功能,找到特定种类的商品。

2.公告显示模块

该模块将实时更新疫情相关信息、政府通知、特价优惠活动等重要消息,以帮助用户及时了解最新动态。公告内容简洁明了,易于阅读。用户在登陆平台后,可直观地查看公告模块,随时关注各类信息,确保用户能够在安全、合规的前提下,享受便捷的购物服务。

3.购买商品模块

商品购买模块是在线购物平台的一个重要组成部分,主要用于完成用户的网上购物过程。

4.用户管理模块

该模块包含注册、登录、个人信息管理等功能,使用户能够轻松创建和管理账户。为确保用户隐私和交易安全,平台在用户管理模块实施严格的身份验证和数据加密措施。

商品销售网站的用户用例图如图4-1所示。

图3-1  用户用例图

管理员的主要功能模块:

1.分类管理模块

该模块的作用是方便用户根据分类选择商品。管理员可以通过该模块添加新分类、查看现有分类、修改现有分类和删除旧分类,以不断完善商品分类体系,提高用户购物体验。

2.商品管理模块

商品管理模块使管理员能够方便地添加、编辑、删除商品信息,包括价格、库存、分类等,确保商品信息准确且实时更新。

3.订单管理模块

订单管理模块让管理员快速跟踪、处理用户订单,协调配送资源,以保障居民购物需求得到及时满足。

4.公告管理模块

公告管理模块赋予管理员发布和编辑公告的权限,便于向用户传达疫情动态、优惠活动等重要信息。

5.用户管理模块

用户管理模块则让管理员可以对用户信息进行审查、维护,确保平台用户的真实性和安全性。

网站后台功能模块图如图3-2所示。

3.1.1  总体架构设计

系统架构图的总体设计。它主要的作业流程是:

1)首先拆解需求分析,定分模块

2)针对每个模块设计模块功能和数据库

3)模块与模块之间的功能关联性

4)模块与模块之间的数据关联性

随后系统对开展基本的设计,并对其慢慢开展提升,设计出一个实际可达到的体系架构。如图所示4-1所显示为系统软件的功能结构图。

环境需要

1.运行环境:最好是java jdk 1.8,我们在这个平台上运行的。其他版本理论上也可以。
2.IDE环境:IDEA,Eclipse,Myeclipse都可以。推荐IDEA;
3.tomcat环境:Tomcat 7.x,8.x,9.x版本均可
4.硬件环境:windows 7/8/10 1G内存以上;或者 Mac OS; 
5.数据库:MySql 5.7版本;
6.是否Maven项目:否;

技术栈

1. 后端:Spring+SpringMVC+Mybatis
2. 前端:JSP+CSS+JavaScript+jQuery

使用说明

1. 使用Navicat或者其它工具,在mysql中创建对应名称的数据库,并导入项目的sql文件;
2. 使用IDEA/Eclipse/MyEclipse导入项目,Eclipse/MyEclipse导入时,若为maven项目请选择maven;
若为maven项目,导入成功后请执行maven clean;maven install命令,然后运行;
3. 将项目中springmvc-servlet.xml配置文件中的数据库配置改为自己的配置;
4. 运行项目,在浏览器中输入http://localhost:8080/ 登录

运行截图

 用户管理控制层:

package com.houserss.controller;

import javax.servlet.http.HttpSession;

import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody;

import com.houserss.common.Const;
import com.houserss.common.Const.Role;
import com.houserss.common.ServerResponse;
import com.houserss.pojo.User;
import com.houserss.service.IUserService;
import com.houserss.service.impl.UserServiceImpl;
import com.houserss.util.MD5Util;
import com.houserss.util.TimeUtils;
import com.houserss.vo.DeleteHouseVo;
import com.houserss.vo.PageInfoVo;

/**
 * Created by admin
 */
@Controller
@RequestMapping("/user/")
public class UserController {
    @Autowired
    private IUserService iUserService;

    /**
     * 用户登录
     * @param username
     * @param password
     * @param session
     * @return
     */
    @RequestMapping(value = "login.do",method = RequestMethod.POST)
    @ResponseBody
    public ServerResponse login(User user,String uvcode, HttpSession session){
        String code = (String)session.getAttribute("validationCode");
        if(StringUtils.isNotBlank(code)) {
            if(!code.equalsIgnoreCase(uvcode)) {
                return ServerResponse.createByErrorMessage("验证码不正确");
            }
        }
        ServerResponse response = iUserService.login(user.getUsername(),user.getPassword());
        if(response.isSuccess()){
            session.setAttribute(Const.CURRENT_USER,response.getData());
        }
        return response;
    }

  
    
    
}

管理员管理控制层:


package com.sxl.controller.admin;

import java.util.List;
import java.util.Map;

import javax.servlet.http.HttpServletRequest;

import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;

import com.sxl.controller.MyController;

@Controller("adminController")
@RequestMapping(value = "/admin")
public class AdminController extends MyController {
	

	@RequestMapping(value = "/index")
	public String frame(Model model, HttpServletRequest request)throws Exception {
		return "/admin/index";
	}
	
	@RequestMapping(value = "/main")
	public String main(Model model, HttpServletRequest request)throws Exception {
		return "/admin/main";
	}
	
	@RequestMapping(value = "/tj1")
	public String tj1(Model model, HttpServletRequest request)throws Exception {
		String sql="select DATE_FORMAT(insertDate,'%Y-%m-%d') dates,sum(allPrice) price from t_order order by DATE_FORMAT(insertDate,'%Y-%m-%d')  desc";
		List list = db.queryForList(sql);
		model.addAttribute("list", list);
		System.out.println(list);
		return "/admin/tj/tj1";
	}
	
	
	@RequestMapping(value = "/password")
	public String password(Model model, HttpServletRequest request)throws Exception {
		return "/admin/password";
	}
	
	
	@RequestMapping(value = "/changePassword")
	public ResponseEntity loginSave(Model model,HttpServletRequest request,String oldPassword,String newPassword) throws Exception {
		Map admin = getAdmin(request);
		if(oldPassword.equals(admin.get("password").toString())){
			String sql="update t_admin set password=? where id=?";
			db.update(sql, new Object[]{newPassword,admin.get("id")});
			return renderData(true,"1",null);
		}else{
			return renderData(false,"1",null);
		}
	}
}

修改密码业务逻辑:


package com.sxl.controller.admin;

import java.util.Map;

import javax.servlet.http.HttpServletRequest;

import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;

import com.sxl.controller.MyController;

@Controller("userController")
@RequestMapping(value = "/user")
public class UserController extends MyController {
	

	@RequestMapping(value = "/index")
	public String frame(Model model, HttpServletRequest request)throws Exception {
		return "/user/index";
	}
	
	@RequestMapping(value = "/main")
	public String main(Model model, HttpServletRequest request)throws Exception {
		return "/user/main";
	}
	
	
	@RequestMapping(value = "/password")
	public String password(Model model, HttpServletRequest request)throws Exception {
		return "/user/password";
	}
	
	
	@RequestMapping(value = "/changePassword")
	public ResponseEntity loginSave(Model model,HttpServletRequest request,String oldPassword,String newPassword) throws Exception {
		Map user = getUser(request);
		if(oldPassword.equals(user.get("password").toString())){
			String sql="update t_user set password=? where id=?";
			db.update(sql, new Object[]{newPassword,user.get("id")});
			return renderData(true,"1",null);
		}else{
			return renderData(false,"1",null);
		}
	}
	@RequestMapping(value = "/mine")
	public String mine(Model model, HttpServletRequest request)throws Exception {
Map user =getUser(request);Map map = db.queryForMap("select * from t_user where id=?",new Object[]{user.get("id")});model.addAttribute("map", map);		return "/user/mine";
	}
	
	

	@RequestMapping(value = "/mineSave")
	public ResponseEntity mineSave(Model model,HttpServletRequest request,Long id
		,String username,String password,String name,String gh,String mobile) throws Exception{
		int result = 0;
			String sql="update t_user set name=?,gh=?,mobile=? where id=?";
			result = db.update(sql, new Object[]{name,gh,mobile,id});
		if(result==1){
			return renderData(true,"操作成功",null);
		}else{
			return renderData(false,"操作失败",null);
		}
	}
	}

通用管理模块:

package com.sxl.controller;


import java.nio.charset.Charset;
import java.util.Locale;
import java.util.ResourceBundle;

import javax.servlet.http.HttpServletRequest;

import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;

import com.sxl.util.JacksonJsonUtil;
import com.sxl.util.StringUtil;
import com.sxl.util.SystemProperties;


public class BaseController {
	public static final Long EXPIRES_IN = 1000 * 3600 * 24 * 1L;// 1天

	@Autowired
	private SystemProperties systemProperties;

	/**
	 * 获得配置文件内容
	 */
	public String getConfig(String key) {
		return systemProperties.getProperties(key);
	}

	/**
	 * 返回服务器地址 like http://192.168.1.1:8441/UUBean/
	 */
	public String getHostUrl(HttpServletRequest request) {
		String hostName = request.getServerName();
		Integer hostPort = request.getServerPort();
		String path = request.getContextPath();

		if (hostPort == 80) {
			return "http://" + hostName + path + "/";
		} else {
			return "http://" + hostName + ":" + hostPort + path + "/";
		}
	}

	/***
	 * 获取当前的website路径 String
	 */
	public static String getWebSite(HttpServletRequest request) {
		String returnUrl = request.getScheme() + "://"
				+ request.getServerName();

		if (request.getServerPort() != 80) {
			returnUrl += ":" + request.getServerPort();
		}

		returnUrl += request.getContextPath();

		return returnUrl;
	}



	/**
	 * 初始化HTTP头.
	 * 
	 * @return HttpHeaders
	 */
	public HttpHeaders initHttpHeaders() {
		HttpHeaders headers = new HttpHeaders();
		MediaType mediaType = new MediaType("text", "html",
				Charset.forName("utf-8"));
		headers.setContentType(mediaType);
		return headers;
	}

	/**
	 * 返回 信息数据
	 * 
	 * @param status
	 * @param msg
	 * @return
	 */
	public ResponseEntity renderMsg(Boolean status, String msg) {
		if (StringUtils.isEmpty(msg)) {
			msg = "";
		}
		String str = "{\"status\":\"" + status + "\",\"msg\":\"" + msg + "\"}";
		ResponseEntity responseEntity = new ResponseEntity(str,
				initHttpHeaders(), HttpStatus.OK);
		return responseEntity;
	}

	/**
	 * 返回obj数据
	 * 
	 * @param status
	 * @param msg
	 * @param obj
	 * @return
	 */
	public ResponseEntity renderData(Boolean status, String msg,
			Object obj) {
		if (StringUtils.isEmpty(msg)) {
			msg = "";
		}
		StringBuffer sb = new StringBuffer();
		sb.append("{");
		sb.append("\"status\":\"" + status + "\",\"msg\":\"" + msg + "\",");
		sb.append("\"data\":" + JacksonJsonUtil.toJson(obj) + "");
		sb.append("}");

		ResponseEntity responseEntity = new ResponseEntity(
				sb.toString(), initHttpHeaders(), HttpStatus.OK);
		return responseEntity;
	}


	/***
	 * 获取IP(如果是多级代理,则得到的是一串IP值)
	 */
	public static String getIpAddr(HttpServletRequest request) {
		String ip = request.getHeader("x-forwarded-for");
		if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
			ip = request.getHeader("Proxy-Client-IP");
		}

		if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
			ip = request.getHeader("WL-Proxy-Client-IP");
		}

		if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
			ip = request.getRemoteAddr();
		}

		if (ip != null && ip.length() > 0) {
			String[] ips = ip.split(",");
			for (int i = 0; i < ips.length; i++) {
				if (!"unknown".equalsIgnoreCase(ips[i])) {
					ip = ips[i];
					break;
				}
			}
		}

		return ip;
	}

	/**
	 * 国际化获得语言内容
	 * 
	 * @param key
	 *            语言key
	 * @param args
	 * @param argsSplit
	 * @param defaultMessage
	 * @param locale
	 * @return
	 */
	public static String getLanguage(String key, String args, String argsSplit,
			String defaultMessage, String locale) {
		String language = "zh";
		String contry = "cn";
		String returnValue = defaultMessage;

		if (!StringUtil.isEmpty(locale)) {
			try {
				String[] localeArray = locale.split("_");
				language = localeArray[0];
				contry = localeArray[1];
			} catch (Exception e) {
			}
		}

		try {
			ResourceBundle resource = ResourceBundle.getBundle("lang.resource",
					new Locale(language, contry));
			returnValue = resource.getString(key);
			if (!StringUtil.isEmpty(args)) {
				String[] argsArray = args.split(argsSplit);
				for (int i = 0; i < argsArray.length; i++) {
					returnValue = returnValue.replace("{" + i + "}",
							argsArray[i]);
				}
			}
		} catch (Exception e) {
		}

		return returnValue;
	}
}

你可能感兴趣的:(微信小程序,java,小程序)