博主介绍:✌在职Java研发工程师、专注于程序设计、源码分享、技术交流、专注于Java技术领域和毕业设计✌
项目名称
基于微信平台的乡村农产品交易平台的设计与实现
项目名称
https://ym.maptoface.com/archives/58793
视频演示
基于微信平台的乡村农产品交易平台的设计与实现_哔哩哔哩_bilibili
系统介绍
农村农产品交易平台是一个旨在连接农村生产者和城市消费者的在线市场。它可以为农民提供销售他们的农产品的机会,同时也为消费者提供了新鲜的、优质的农产品。这种平台通常涵盖了各种农产品,如水果、蔬菜、肉类、禽类、水产品等[1]。平台还为消费者提供了方便的购物方式,可以随时在家中下订单并选择配送方式。农民可以在平台上展示他们的产品和价格,并直接与消费者进行交易。这种平台不仅有助于促进农产品的销售和消费,还有助于提高农民的收入和促进农村经济的发展。
系统使用SpringBoot框架进行后台开发,使用MySQL关系型数据库进行数据储存操作,并且通过微信小程序技术只做了基于移动端的农产品商城小程序。农村农产品交易平台主要包含了管理员和用户两大角色,主要功能有产品管理、分类管理、评价管理以及小程序端的商品浏览以及商品购买等功能模块。通过小程序的形式方便了用户可以在手机上进行在线下单购买,对农村的农产品销售有很大的帮助。
关键词:农村农产品交易;微信小程序;SpringBoot框架;农产品商城
1.1 需求分析
主要针对农产品进行一个统一规范化的管理设计一款平台,其目的是开拓特色发展,加大农贸商品产量销量,拉动地区经济发展,响应特色计划号召,同时平台也是做到统一管理,统一维护,加大推销力度和范围,让全国人民都能用最低价格买最好商品,实现线上购物随时随地想买就买。
1.1.1 概述
在当下互联网时代,在考虑到农产品和互联网的结合,一定程度能推动农产品计划,并且让偏远地区拉近技术发展,动产业发展,致力于提高农民伯伯的增收,促进地区发展。是一款针对农产品进行一个统一规范化的管理设计一款平台,拉动地区经济发展,响应农产品计划号召。
1.1.2 系统面向的用户群体
其实农产品交易平台和线上购物平台功能类似,只是针对卖家人群主要是农产品对象,前端登录人员主要是游客或者注册用户在,在登录成功后可以进行首页查看推荐商品和每日疯抢,可以在搜索框中搜索商品数据,商品分类中查看商品信息,系统公告、系统日志和购物车列表的商品查看,针对喜欢的商品可以加入购物车中,再下单成功后可以在订单列表中查看自己的订单信息,商户可以直接执行发货操作,收货后该流程才算完成。
管理员登录成功后可以对商品的数据和分类的菜单进行修改和维护,还有首页推荐和咨询的维护。对全系统人员的一个统一管理,商品信息的增删改查,还可以对有疑问的订单进行处理。
1.1.3 系统中的角色
经过分析,最终从本系统网站中提取出两种角色,即:用户和系统管理员。而各种角色及其职责如表3.1所示。
表3.1 角色表
角色名称
职责描述
管理员
管理员的主要职责是管理商品和订单信息,发布和管理交流信息,对销售数据进行统计
用户
浏览购买商品,商品下单购买,对商品进行评价、留言
1.2 用户需求分析
农村农产品交易平台主要分为两个用户角色,分别是管理员和用户,它们的主要功能模块包括了:
管理员的主要功能模块:
1.产品管理模块
产品管理模块是对系统中的所有农产品商品进行统一管理的功能模块,其中包括了产品管理、分类管理、分组管理、评论管理以及规格管理。
2.门店管理模块
门店管理模块是系统对农产品商店的公告、配送、物流等信息的配置,包括了公告管理、自提点管理、运费模板、轮播图管理、热搜管理等功能模块。
3.会员管理模块
会员管理模式是小程序端,用户通过注册后生成的数据,管理员可以进行查看和修改操作。
4.订单管理模块
农村农产品交易平台中订单时用户进行农产品商城购买是产生的数据,管理员可以对订单进行发货操作并查看对应订单详情。
5.系统管理模块
管理员通过系统管理模块进行包括地址管理、管理员列表、角色管理、菜单管理、参数管理、系统日志等模块的管理。
农村农产品交易平台的管理员用例图如图3.1所示。
图3.1 管理员用例图
用户的主要功能模块:
1.登录注册模块
用户需要对小程序进行操作时,需要进行登录操作,首先就需要进行用户的注册,获取到用户名以及密码后登录系统查看个人的系统信息。
2.首页功能模块
用户在进入小程序后跳转到首页模块,首页模块主要展示了商品搜索、轮播图、新品推荐、每日疯抢以及每日上新等商品功能模块。
3.分类管理模块
用户点击分类管理模块后将会对系统的所有农产品分类进行列表展示,并且点击对应的分类即可展示当前分类下面的所有农产品。
4.购物车模块
用户在浏览商品的时候可以将商品暂时加入到购物车当中,待支付业务进行。
5.个人中心模块
用户登录系统后可以查看个人信息并且可以对订单进行待支付、待发货、待收货、已完成等类型进行区分。
网上农村农产品交易平台用户用例图如图3-2所示。
图3-2 用户用例图
编辑
编辑
编辑
技术栈
- 后端:Spring+SpringMVC+Mybatis
- 前端:JSP+CSS+JavaScript+jQuery
使用说明
- 使用Navicat或者其它工具,在mysql中创建对应名称的数据库,并导入项目的sql文件;
- 使用IDEA/Eclipse/MyEclipse导入项目,Eclipse/MyEclipse导入时,若为maven项目请选择maven;
若为maven项目,导入成功后请执行maven clean;maven install命令,然后运行; - 将项目中springmvc-servlet.xml配置文件中的数据库配置改为自己的配置;
- 运行项目,在浏览器中输入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
}
修改密码业务逻辑:
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
}
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
相关推荐: Codeforces Round #222 (Div. 1) B – Preparing for the Contest
先二分,输入排序,然后对于确定的天数,贪心判断是否可行。 #include #include #include #include #include #include #include #include #include #include #include #i…