廖师兄springboot微信点餐虚拟机说明文档
Posted Mark-luo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了廖师兄springboot微信点餐虚拟机说明文档相关的知识,希望对你有一定的参考价值。
虚拟机 VirtualBox-5.1.22
系统 CentOS7.3
账号 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
以上是关于廖师兄springboot微信点餐虚拟机说明文档的主要内容,如果未能解决你的问题,请参考以下文章