# shopping **Repository Path**: zemo/shopping ## Basic Information - **Project Name**: shopping - **Description**: 购物小demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2014-03-31 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shop 简单模拟购物系统 ##基于 hibernate+spring+springmvc ##运行环境: JDK1.6、 Maven3.0、 MySql5。 Tomcat7.x ##使用须知: 1.涉及到的路径 * 商品列表路径:http://{server_path}/product/list * 评论列表路径http://{server_path}/comment/list * 如:http://localhost:8080/shopping/product/list 2.数据库脚本在/src/main/resources/db中.导入即可 3.测试数据除注册以外涉及到用户操作可以使用表中已有用户 ###用户1: * id:1 * 用户名:test1 * 密码:123456 ###用户2: * id:2 * 用户名:test2 * 密码:123456