# 基于springboot的微信点餐系统 **Repository Path**: xiaoguiyingxia/sell ## Basic Information - **Project Name**: 基于springboot的微信点餐系统 - **Description**: 基于springboot的微信点餐系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2020-04-25 - **Last Updated**: 2022-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于springboot的微信点餐系统 #### 介绍 课程内容:基于springboot的微信点餐系统 #### 软件架构 springboot #### 使用说明 1. 常规启动 2. 虚拟机配置说明见下文 ## 虚拟机说明文档 #### 虚拟机登录 * 账号 root * 密码 123456 #### 虚拟机已安装下列软件 * jdk 1.8.0_111 * nginx 1.11.7 * mysql 5.7.17 * redis 3.2.8 ##### jdk * 路径 /usr/local/jdk1.8.0_111 ##### nginx * 路径 /usr/local/nginx * 启动 nginx * 重启 nginx -s reload ##### mysql * 配置 /etc/my.conf * 账号 root * 密码 123456 * 端口 3306 * 启动 systemctl start mysqld * 停止 systemctl stop mysqld ##### redis * 路径 /usr/local/redis * 配置 /etc/reis.conf * 端口 6379 * 密码 123456 * 启动 systemctl start redis * 停止 systemctl stop redis ##### tomcat * 路径 /usr/local/tomcat * 启动 systemctl start tomcat * 停止 systemctl stop tomcat