# 宠物店商城系统 **Repository Path**: xiaobinbin2016/petShop3Public ## Basic Information - **Project Name**: 宠物店商城系统 - **Description**: 基于Java+ssm的宠物店商城系统(源代码+数据库) 本项目分为用户、营养师、管理员三种角色 1、用户: - 登录、注册、宠物信息、宠物粮食、宠物用品、宠物疫苗、宠物美容、宠物培养、个人中心、我的订单、地址管理、我的收藏、美容预约、宠物培养、疫苗预约管理、密码修改 ### 2、营养师: - 登录、注册、宠物培养管理、培养订单管理、密码修改 ### 3、管理员: 用户管理、培养师管理、宠物种类管理、宠物信息管理、食品类型管理、宠物粮食管理、用品类型管理、宠物用品管理、宠物疫苗管理、宠物疫苗预约管理订单管理、密码修改 ## 二、所用技术 后端技术栈:ssm、spring、springmvc、mybatis、Mysql、Maven 前端技术栈:jsp、BootStrap、jQuery - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2024-02-23 - **Last Updated**: 2024-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于Java+ssm的宠物店商城系统(源代码+数据库)632 ## 一、系统介绍 本项目分为用户、营养师、管理员三种角色 ### 1、用户: - 登录、注册、宠物信息、宠物粮食、宠物用品、宠物疫苗、宠物美容、宠物培养、个人中心、我的订单、地址管理、我的收藏、美容预约、宠物培养、疫苗预约管理、密码修改 ### 2、营养师: - 登录、注册、宠物培养管理、培养订单管理、密码修改 ### 3、管理员: 用户管理、培养师管理、宠物种类管理、宠物信息管理、食品类型管理、宠物粮食管理、用品类型管理、宠物用品管理、宠物疫苗管理、宠物疫苗预约管理、宠物美容管理、宠物美容预约管理、 宠物培养管理、宠物培养订单管理、轮播图管理、订单管理、密码修改 ## 二、所用技术 后端技术栈:ssm、spring、springmvc、mybatis、Mysql、Maven 前端技术栈:jsp、BootStrap、jQuery ## 三、环境介绍 基础环境 :IDEA/eclipse, JDK1.8, Mysql5.7,Maven3.6,tomcat8 所有项目以及源代码本人均调试运行无问题 可支持远程调试运行 ## 四、页面截图 ### 1、用户: ![contents](./picture/picture2.png) ![contents](./picture/picture3.png) ![contents](./picture/picture4.png) ![contents](./picture/picture5.png) ![contents](./picture/picture6.png) ![contents](./picture/picture7.png) ![contents](./picture/picture8.png) ![contents](./picture/picture9.png) ![contents](./picture/picture10.png) ![contents](./picture/picture11.png) ![contents](./picture/picture12.png) ![contents](./picture/picture13.png) ![contents](./picture/picture14.png) ![contents](./picture/picture15.png) ![contents](./picture/picture16.png) ![contents](./picture/picture17.png) ![contents](./picture/picture18.png) ![contents](./picture/picture19.png) ![contents](./picture/picture20.png) ![contents](./picture/picture21.png) ![contents](./picture/picture22.png) ![contents](./picture/picture23.png) ### 2、培养师: ![contents](./picture/picture24.png) ![contents](./picture/picture25.png) ![contents](./picture/picture26.png) ![contents](./picture/picture27.png) ![contents](./picture/picture28.png) ### 3、管理员: ![contents](./picture/picture29.png) ![contents](./picture/picture30.png) ![contents](./picture/picture31.png) ![contents](./picture/picture32.png) ![contents](./picture/picture33.png) ![contents](./picture/picture34.png) ![contents](./picture/picture35.png) ![contents](./picture/picture36.png) ![contents](./picture/picture37.png) ![contents](./picture/picture38.png) ![contents](./picture/picture39.png) ![contents](./picture/picture40.png) ![contents](./picture/picture41.png) ![contents](./picture/picture42.png) ![contents](./picture/picture43.png) ![contents](./picture/picture44.png) ## 五、浏览地址 1、前台页面:http://localhost:8080/jspm9s757/front/index.jsp 账户密码:账号1/123456 2、后台页面:http://localhost:8080/jspm9s757/jsp/login.jsp 管理员账户密码:abo/abo 培养师账户密码:培养师号1/123456 ## 六、部署教程 1. 使用Navicat或者其它工具,在mysql中创建对应名称的数据库,并执行项目的sql文件 2. 使用IDEA/Eclipse导入项目,若为maven项目请选择maven,等待依赖下载完成 3. 修改src/main/resources/config.properties里面的数据库配置 4. 配置tomcat将项目war包加到tomcat容器里面 5. 启动项目